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