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