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