License |
License |
---|---|
Categories |
CategoriesReflections Application Layer Libs Introspection |
GroupId | GroupIdcom.tvd12 |
ArtifactId | ArtifactIdreflections |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReflections
Reflections - a Java runtime metadata analysis
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reflections-1.0.1.pom | |
reflections-1.0.1.jar | 167 KB |
reflections-1.0.1-sources.jar | 67 KB |
reflections-1.0.1-javadoc.jar | 399 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tvd12/reflections/ -->
<dependency>
<groupId>com.tvd12</groupId>
<artifactId>reflections</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tvd12/reflections/
implementation 'com.tvd12:reflections:1.0.1'
// https://jarcasting.com/artifacts/com.tvd12/reflections/
implementation ("com.tvd12:reflections:1.0.1")
'com.tvd12:reflections:jar:1.0.1'
<dependency org="com.tvd12" name="reflections" rev="1.0.1">
<artifact name="reflections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tvd12', module='reflections', version='1.0.1')
)
libraryDependencies += "com.tvd12" % "reflections" % "1.0.1"
[com.tvd12/reflections "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.javassist : javassist Optional | jar | 3.28.0-GA |
org.dom4j : dom4j Optional | jar | 2.1.3 |
com.google.code.gson : gson Optional | jar | 2.8.5 |
org.slf4j : slf4j-api Optional | jar | 1.7.26 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api Optional | jar | 4.0.1 |
com.google.code.findbugs : jsr305 | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 31.0.1-jre |
org.slf4j : slf4j-simple | jar | 1.7.26 |
junit : junit | jar | 4.13.2 |