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