Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdde.team33.libs |
ArtifactId | ArtifactIdlib-identification |
Version | Version8.1.2 |
Type | Typejar |
Filename | Size |
---|---|
lib-identification-8.1.2.pom | |
lib-identification-8.1.2.jar | 5 KB |
lib-identification-8.1.2-sources.jar | 4 KB |
lib-identification-8.1.2-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.team33.libs/lib-identification/ -->
<dependency>
<groupId>de.team33.libs</groupId>
<artifactId>lib-identification</artifactId>
<version>8.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.team33.libs/lib-identification/
implementation 'de.team33.libs:lib-identification:8.1.2'
// https://jarcasting.com/artifacts/de.team33.libs/lib-identification/
implementation ("de.team33.libs:lib-identification:8.1.2")
'de.team33.libs:lib-identification:jar:8.1.2'
<dependency org="de.team33.libs" name="lib-identification" rev="8.1.2">
<artifact name="lib-identification" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.team33.libs', module='lib-identification', version='8.1.2')
)
libraryDependencies += "de.team33.libs" % "lib-identification" % "8.1.2"
[de.team33.libs/lib-identification "8.1.2"]