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