GroupId | GroupIdde.pfabulist.kleinod |
---|---|
ArtifactId | ArtifactIdunchecked |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
unchecked-1.2.pom | |
unchecked-1.2.jar | 31 KB |
unchecked-1.2-sources.jar | 46 KB |
unchecked-1.2-javadoc.jar | 230 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.pfabulist.kleinod/unchecked/ -->
<dependency>
<groupId>de.pfabulist.kleinod</groupId>
<artifactId>unchecked</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.pfabulist.kleinod/unchecked/
implementation 'de.pfabulist.kleinod:unchecked:1.2'
// https://jarcasting.com/artifacts/de.pfabulist.kleinod/unchecked/
implementation ("de.pfabulist.kleinod:unchecked:1.2")
'de.pfabulist.kleinod:unchecked:jar:1.2'
<dependency org="de.pfabulist.kleinod" name="unchecked" rev="1.2">
<artifact name="unchecked" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.pfabulist.kleinod', module='unchecked', version='1.2')
)
libraryDependencies += "de.pfabulist.kleinod" % "unchecked" % "1.2"
[de.pfabulist.kleinod/unchecked "1.2"]