Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.grantwest.sparkj |
ArtifactId | ArtifactIdsparkj |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
sparkj-0.0.2.pom | |
sparkj-0.0.2.jar | 23 KB |
sparkj-0.0.2-sources.jar | 8 KB |
sparkj-0.0.2-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.grantwest.sparkj/sparkj/ -->
<dependency>
<groupId>com.github.grantwest.sparkj</groupId>
<artifactId>sparkj</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.grantwest.sparkj/sparkj/
implementation 'com.github.grantwest.sparkj:sparkj:0.0.2'
// https://jarcasting.com/artifacts/com.github.grantwest.sparkj/sparkj/
implementation ("com.github.grantwest.sparkj:sparkj:0.0.2")
'com.github.grantwest.sparkj:sparkj:jar:0.0.2'
<dependency org="com.github.grantwest.sparkj" name="sparkj" rev="0.0.2">
<artifact name="sparkj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.grantwest.sparkj', module='sparkj', version='0.0.2')
)
libraryDependencies += "com.github.grantwest.sparkj" % "sparkj" % "0.0.2"
[com.github.grantwest.sparkj/sparkj "0.0.2"]