License |
License
Postcard Public License
|
---|---|
GroupId | GroupIdorg.y-op |
ArtifactId | ArtifactIdreflection |
Version | Version0.9.0 |
Type | Typejar |
Description |
Descriptionyop-reflection
YOP-Reflection contains utilities for reflection operations.
Ω≡{Ⓐ}
|
Filename | Size |
---|---|
reflection-0.9.0.pom | |
reflection-0.9.0.jar | 12 KB |
reflection-0.9.0-tests.jar | 13 KB |
reflection-0.9.0-test-sources.jar | 3 KB |
reflection-0.9.0-test-javadoc.jar | 79 KB |
reflection-0.9.0-sources.jar | 7 KB |
reflection-0.9.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.y-op/reflection/ -->
<dependency>
<groupId>org.y-op</groupId>
<artifactId>reflection</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.y-op/reflection/
implementation 'org.y-op:reflection:0.9.0'
// https://jarcasting.com/artifacts/org.y-op/reflection/
implementation ("org.y-op:reflection:0.9.0")
'org.y-op:reflection:jar:0.9.0'
<dependency org="org.y-op" name="reflection" rev="0.9.0">
<artifact name="reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.y-op', module='reflection', version='0.9.0')
)
libraryDependencies += "org.y-op" % "reflection" % "0.9.0"
[org.y-op/reflection "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.7 |
org.apache.commons : commons-lang3 | jar | 3.7 |
org.apache.commons : commons-collections4 | jar | 4.2 |
com.google.guava : guava | jar | 23.0 |
org.reflections : reflections | jar | 0.9.9-RC2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |