GroupId | GroupIdorg.joeyb.undercarriage |
---|---|
ArtifactId | ArtifactIdspark |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
spark-1.3.0.pom | |
spark-1.3.0.jar | 11 KB |
spark-1.3.0-sources.jar | 5 KB |
spark-1.3.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joeyb.undercarriage/spark/ -->
<dependency>
<groupId>org.joeyb.undercarriage</groupId>
<artifactId>spark</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.joeyb.undercarriage/spark/
implementation 'org.joeyb.undercarriage:spark:1.3.0'
// https://jarcasting.com/artifacts/org.joeyb.undercarriage/spark/
implementation ("org.joeyb.undercarriage:spark:1.3.0")
'org.joeyb.undercarriage:spark:jar:1.3.0'
<dependency org="org.joeyb.undercarriage" name="spark" rev="1.3.0">
<artifact name="spark" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joeyb.undercarriage', module='spark', version='1.3.0')
)
libraryDependencies += "org.joeyb.undercarriage" % "spark" % "1.3.0"
[org.joeyb.undercarriage/spark "1.3.0"]