GroupId | GroupIdorg.zdevra |
---|---|
ArtifactId | ArtifactIdlime |
Version | Version0.2.0.rc2 |
Type | Typejar |
Filename | Size |
---|---|
lime-0.2.0.rc2.pom | |
lime-0.2.0.rc2.jar | 88 KB |
lime-0.2.0.rc2-sources.jar | 94 KB |
lime-0.2.0.rc2-javadoc.jar | 800 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zdevra/lime/ -->
<dependency>
<groupId>org.zdevra</groupId>
<artifactId>lime</artifactId>
<version>0.2.0.rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.zdevra/lime/
implementation 'org.zdevra:lime:0.2.0.rc2'
// https://jarcasting.com/artifacts/org.zdevra/lime/
implementation ("org.zdevra:lime:0.2.0.rc2")
'org.zdevra:lime:jar:0.2.0.rc2'
<dependency org="org.zdevra" name="lime" rev="0.2.0.rc2">
<artifact name="lime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zdevra', module='lime', version='0.2.0.rc2')
)
libraryDependencies += "org.zdevra" % "lime" % "0.2.0.rc2"
[org.zdevra/lime "0.2.0.rc2"]