GroupId | GroupIdde.team33.libs |
---|---|
ArtifactId | ArtifactIdlib-exceptional |
Version | Version8.2.3 |
Type | Typejar |
Filename | Size |
---|---|
lib-exceptional-8.2.3.pom | |
lib-exceptional-8.2.3.jar | 13 KB |
lib-exceptional-8.2.3-sources.jar | 9 KB |
lib-exceptional-8.2.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.team33.libs/lib-exceptional/
implementation 'de.team33.libs:lib-exceptional:8.2.3'
// https://jarcasting.com/artifacts/de.team33.libs/lib-exceptional/
implementation ("de.team33.libs:lib-exceptional:8.2.3")
'de.team33.libs:lib-exceptional:jar:8.2.3'
<dependency org="de.team33.libs" name="lib-exceptional" rev="8.2.3">
<artifact name="lib-exceptional" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.team33.libs', module='lib-exceptional', version='8.2.3')
)
libraryDependencies += "de.team33.libs" % "lib-exceptional" % "8.2.3"
[de.team33.libs/lib-exceptional "8.2.3"]