GroupId | GroupIdde.unkrig.commons |
---|---|
ArtifactId | ArtifactIdcommons-reflect |
Version | Version1.2.10 |
Type | Typejar |
Filename | Size |
---|---|
commons-reflect-1.2.10.pom | |
commons-reflect-1.2.10.jar | 4 KB |
commons-reflect-1.2.10-sources.jar | 4 KB |
commons-reflect-1.2.10-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.unkrig.commons/commons-reflect/ -->
<dependency>
<groupId>de.unkrig.commons</groupId>
<artifactId>commons-reflect</artifactId>
<version>1.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/de.unkrig.commons/commons-reflect/
implementation 'de.unkrig.commons:commons-reflect:1.2.10'
// https://jarcasting.com/artifacts/de.unkrig.commons/commons-reflect/
implementation ("de.unkrig.commons:commons-reflect:1.2.10")
'de.unkrig.commons:commons-reflect:jar:1.2.10'
<dependency org="de.unkrig.commons" name="commons-reflect" rev="1.2.10">
<artifact name="commons-reflect" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unkrig.commons', module='commons-reflect', version='1.2.10')
)
libraryDependencies += "de.unkrig.commons" % "commons-reflect" % "1.2.10"
[de.unkrig.commons/commons-reflect "1.2.10"]