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