GroupId | GroupIdcom.ifnoelse |
---|---|
ArtifactId | ArtifactIduncia |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
uncia-1.0.pom | |
uncia-1.0.jar | 34 KB |
uncia-1.0-sources.jar | 16 KB |
uncia-1.0-javadoc.jar | 485 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ifnoelse/uncia/ -->
<dependency>
<groupId>com.ifnoelse</groupId>
<artifactId>uncia</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ifnoelse/uncia/
implementation 'com.ifnoelse:uncia:1.0'
// https://jarcasting.com/artifacts/com.ifnoelse/uncia/
implementation ("com.ifnoelse:uncia:1.0")
'com.ifnoelse:uncia:jar:1.0'
<dependency org="com.ifnoelse" name="uncia" rev="1.0">
<artifact name="uncia" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ifnoelse', module='uncia', version='1.0')
)
libraryDependencies += "com.ifnoelse" % "uncia" % "1.0"
[com.ifnoelse/uncia "1.0"]