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