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