GroupId | GroupIdde.team33.libs |
---|---|
ArtifactId | ArtifactIdlib-exceptional |
Version | Version8.2.2 |
Type | Typejar |
Filename | Size |
---|---|
lib-exceptional-8.2.2.pom | |
lib-exceptional-8.2.2.jar | 13 KB |
lib-exceptional-8.2.2-sources.jar | 9 KB |
lib-exceptional-8.2.2-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.team33.libs/lib-exceptional/ -->
<dependency>
<groupId>de.team33.libs</groupId>
<artifactId>lib-exceptional</artifactId>
<version>8.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.team33.libs/lib-exceptional/
implementation 'de.team33.libs:lib-exceptional:8.2.2'
// https://jarcasting.com/artifacts/de.team33.libs/lib-exceptional/
implementation ("de.team33.libs:lib-exceptional:8.2.2")
'de.team33.libs:lib-exceptional:jar:8.2.2'
<dependency org="de.team33.libs" name="lib-exceptional" rev="8.2.2">
<artifact name="lib-exceptional" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.team33.libs', module='lib-exceptional', version='8.2.2')
)
libraryDependencies += "de.team33.libs" % "lib-exceptional" % "8.2.2"
[de.team33.libs/lib-exceptional "8.2.2"]