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