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