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