GroupId | GroupIdorg.iternine |
---|---|
ArtifactId | ArtifactIdjeppetto-enhance |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
jeppetto-enhance-0.5.pom | |
jeppetto-enhance-0.5.jar | 19 KB |
jeppetto-enhance-0.5-sources.jar | 13 KB |
jeppetto-enhance-0.5-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.iternine/jeppetto-enhance/ -->
<dependency>
<groupId>org.iternine</groupId>
<artifactId>jeppetto-enhance</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.iternine/jeppetto-enhance/
implementation 'org.iternine:jeppetto-enhance:0.5'
// https://jarcasting.com/artifacts/org.iternine/jeppetto-enhance/
implementation ("org.iternine:jeppetto-enhance:0.5")
'org.iternine:jeppetto-enhance:jar:0.5'
<dependency org="org.iternine" name="jeppetto-enhance" rev="0.5">
<artifact name="jeppetto-enhance" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.iternine', module='jeppetto-enhance', version='0.5')
)
libraryDependencies += "org.iternine" % "jeppetto-enhance" % "0.5"
[org.iternine/jeppetto-enhance "0.5"]