License |
License |
---|---|
GroupId | GroupIdcom.codereligion |
ArtifactId | ArtifactIdcodereligion-reflect |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReflect
Provides convenience methods for working with java beans introspection.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.codereligion/codereligion-reflect/ -->
<dependency>
<groupId>com.codereligion</groupId>
<artifactId>codereligion-reflect</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.codereligion/codereligion-reflect/
implementation 'com.codereligion:codereligion-reflect:0.1.0'
// https://jarcasting.com/artifacts/com.codereligion/codereligion-reflect/
implementation ("com.codereligion:codereligion-reflect:0.1.0")
'com.codereligion:codereligion-reflect:jar:0.1.0'
<dependency org="com.codereligion" name="codereligion-reflect" rev="0.1.0">
<artifact name="codereligion-reflect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codereligion', module='codereligion-reflect', version='0.1.0')
)
libraryDependencies += "com.codereligion" % "codereligion-reflect" % "0.1.0"
[com.codereligion/codereligion-reflect "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 14.0.1 |
com.google.code.findbugs : jsr305 | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-integration | jar | 1.3 |
org.mockito : mockito-core | jar | 1.9.5 |