| License |
License |
|---|---|
| GroupId | GroupIdio.ytcode |
| ArtifactId | ArtifactIdreflect |
| Version | Version1.2.1 |
| Type | Typejar |
| Description |
Descriptionreflect
Java reflection utilities
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| reflect-1.2.1.pom | |
| reflect-1.2.1.jar | 27 KB |
| reflect-1.2.1-sources.jar | 14 KB |
| reflect-1.2.1-javadoc.jar | 77 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.ytcode/reflect/ -->
<dependency>
<groupId>io.ytcode</groupId>
<artifactId>reflect</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.ytcode/reflect/
implementation 'io.ytcode:reflect:1.2.1'
// https://jarcasting.com/artifacts/io.ytcode/reflect/
implementation ("io.ytcode:reflect:1.2.1")
'io.ytcode:reflect:jar:1.2.1'
<dependency org="io.ytcode" name="reflect" rev="1.2.1">
<artifact name="reflect" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ytcode', module='reflect', version='1.2.1')
)
libraryDependencies += "io.ytcode" % "reflect" % "1.2.1"
[io.ytcode/reflect "1.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| com.google.guava : guava | jar | 20.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.25 |
| junit : junit | jar | 4.12 |