GroupId | GroupIdcom.robertboothby.djenni |
---|---|
ArtifactId | ArtifactIddjenni-parent |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
djenni-parent-0.1.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.robertboothby.djenni/djenni-parent/ -->
<dependency>
<groupId>com.robertboothby.djenni</groupId>
<artifactId>djenni-parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.robertboothby.djenni/djenni-parent/
implementation 'com.robertboothby.djenni:djenni-parent:0.1.0'
// https://jarcasting.com/artifacts/com.robertboothby.djenni/djenni-parent/
implementation ("com.robertboothby.djenni:djenni-parent:0.1.0")
'com.robertboothby.djenni:djenni-parent:pom:0.1.0'
<dependency org="com.robertboothby.djenni" name="djenni-parent" rev="0.1.0">
<artifact name="djenni-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.robertboothby.djenni', module='djenni-parent', version='0.1.0')
)
libraryDependencies += "com.robertboothby.djenni" % "djenni-parent" % "0.1.0"
[com.robertboothby.djenni/djenni-parent "0.1.0"]