| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.juffrou |
| ArtifactId | ArtifactIdjuffrou-reflect |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
DescriptionJuffrou Reflect
Performant java bean access through property names. If you are serious about bean handling, this is for you.
|
| Filename | Size |
|---|---|
| juffrou-reflect-1.0.2.pom | |
| juffrou-reflect-1.0.2.jar | 17 KB |
| juffrou-reflect-1.0.2-sources.jar | 10 KB |
| juffrou-reflect-1.0.2-javadoc.jar | 91 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.juffrou/juffrou-reflect/ -->
<dependency>
<groupId>com.googlecode.juffrou</groupId>
<artifactId>juffrou-reflect</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.juffrou/juffrou-reflect/
implementation 'com.googlecode.juffrou:juffrou-reflect:1.0.2'
// https://jarcasting.com/artifacts/com.googlecode.juffrou/juffrou-reflect/
implementation ("com.googlecode.juffrou:juffrou-reflect:1.0.2")
'com.googlecode.juffrou:juffrou-reflect:jar:1.0.2'
<dependency org="com.googlecode.juffrou" name="juffrou-reflect" rev="1.0.2">
<artifact name="juffrou-reflect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.juffrou', module='juffrou-reflect', version='1.0.2')
)
libraryDependencies += "com.googlecode.juffrou" % "juffrou-reflect" % "1.0.2"
[com.googlecode.juffrou/juffrou-reflect "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |