From be27420d9f67ccbbda1f0663328acdb376d06058 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Tue, 11 Jun 2019 22:57:29 -0400 Subject: Relocate site --- docs/dependency-info.html | 112 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 docs/dependency-info.html (limited to 'docs/dependency-info.html') diff --git a/docs/dependency-info.html b/docs/dependency-info.html new file mode 100644 index 0000000..8d547e2 --- /dev/null +++ b/docs/dependency-info.html @@ -0,0 +1,112 @@ + + + + + + everge – Dependency Information + + + + + + + + +
+ +
+
+
+
+

Dependency Information

+
+

Apache Maven

+
+
<dependency>
+  <groupId>io.github.bculkin2442</groupId>
+  <artifactId>everge</artifactId>
+  <version>1.0-SNAPSHOT</version>
+</dependency>
+
+

Apache Buildr

+
+
'io.github.bculkin2442:everge:jar:1.0-SNAPSHOT'
+
+

Apache Ivy

+
+
<dependency org="io.github.bculkin2442" name="everge" rev="1.0-SNAPSHOT">
+  <artifact name="everge" type="jar" />
+</dependency>
+
+

Groovy Grape

+
+
@Grapes(
+@Grab(group='io.github.bculkin2442', module='everge', version='1.0-SNAPSHOT')
+)
+
+

Gradle/Grails

+
+
compile 'io.github.bculkin2442:everge:1.0-SNAPSHOT'
+
+

Scala SBT

+
+
libraryDependencies += "io.github.bculkin2442" % "everge" % "1.0-SNAPSHOT"
+
+

Leiningen

+
+
[io.github.bculkin2442/everge "1.0-SNAPSHOT"]
+
+
+
+
+
+ + + -- cgit v1.2.3