License |
License |
---|---|
Categories |
CategoriesReflections Application Layer Libs Introspection |
GroupId | GroupIdorg.reflections |
ArtifactId | ArtifactIdreflections-spring |
Last Version | Last Version0.9.9-RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReflections Spring plugin
Reflections - a Java runtime metadata analysis
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.reflections/reflections-spring/ -->
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections-spring</artifactId>
<version>0.9.9-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.reflections/reflections-spring/
implementation 'org.reflections:reflections-spring:0.9.9-RC1'
// https://jarcasting.com/artifacts/org.reflections/reflections-spring/
implementation ("org.reflections:reflections-spring:0.9.9-RC1")
'org.reflections:reflections-spring:jar:0.9.9-RC1'
<dependency org="org.reflections" name="reflections-spring" rev="0.9.9-RC1">
<artifact name="reflections-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reflections', module='reflections-spring', version='0.9.9-RC1')
)
libraryDependencies += "org.reflections" % "reflections-spring" % "0.9.9-RC1"
[org.reflections/reflections-spring "0.9.9-RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.reflections : reflections | jar | 0.9.9-RC1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 3.1.1.RELEASE |
org.springframework : spring-context | jar | 3.1.1.RELEASE |
org.springframework : spring-beans | jar | 3.1.1.RELEASE |
org.slf4j : slf4j-simple | jar | 1.6.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |
cglib : cglib-nodep | jar | 2.2.2 |