License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.juffrou |
ArtifactId | ArtifactIdjuffrou-reflect |
Version | Version2.1.9 |
Type | Typejar |
Description |
DescriptionJuffrou Reflect
Performant java bean access through property names. If you are serious about bean handling, this is for you.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
juffrou-reflect-2.1.9.pom | |
juffrou-reflect-2.1.9.jar | 33 KB |
juffrou-reflect-2.1.9-sources.jar | 23 KB |
juffrou-reflect-2.1.9-javadoc.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.juffrou/juffrou-reflect/ -->
<dependency>
<groupId>net.sf.juffrou</groupId>
<artifactId>juffrou-reflect</artifactId>
<version>2.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.juffrou/juffrou-reflect/
implementation 'net.sf.juffrou:juffrou-reflect:2.1.9'
// https://jarcasting.com/artifacts/net.sf.juffrou/juffrou-reflect/
implementation ("net.sf.juffrou:juffrou-reflect:2.1.9")
'net.sf.juffrou:juffrou-reflect:jar:2.1.9'
<dependency org="net.sf.juffrou" name="juffrou-reflect" rev="2.1.9">
<artifact name="juffrou-reflect" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.juffrou', module='juffrou-reflect', version='2.1.9')
)
libraryDependencies += "net.sf.juffrou" % "juffrou-reflect" % "2.1.9"
[net.sf.juffrou/juffrou-reflect "2.1.9"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.springframework : spring-beans | jar | 3.1.4.RELEASE |