Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.robertboothby.djenni |
ArtifactId | ArtifactIddjenni-source-maven-example |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.robertboothby.djenni/djenni-source-maven-example/ -->
<dependency>
<groupId>com.robertboothby.djenni</groupId>
<artifactId>djenni-source-maven-example</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.robertboothby.djenni/djenni-source-maven-example/
implementation 'com.robertboothby.djenni:djenni-source-maven-example:0.1.0'
// https://jarcasting.com/artifacts/com.robertboothby.djenni/djenni-source-maven-example/
implementation ("com.robertboothby.djenni:djenni-source-maven-example:0.1.0")
'com.robertboothby.djenni:djenni-source-maven-example:jar:0.1.0'
<dependency org="com.robertboothby.djenni" name="djenni-source-maven-example" rev="0.1.0">
<artifact name="djenni-source-maven-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.robertboothby.djenni', module='djenni-source-maven-example', version='0.1.0')
)
libraryDependencies += "com.robertboothby.djenni" % "djenni-source-maven-example" % "0.1.0"
[com.robertboothby.djenni/djenni-source-maven-example "0.1.0"]