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