License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.juffrou |
ArtifactId | ArtifactIdjuffrou |
Version | Version2.1.9 |
Type | Typepom |
Description |
DescriptionJuffrou
Juffrou stands for Java Utilities Framework For the Rest Of Us and is a collection of useful classes or mini frameworks to help the java developer.
Checkout the juffrou-reflect module if you are into performant java bean handling. There is also an xml marshaller / unmarshaller which is easy to use and has cool features like the Simplified Marshalling of nested beans.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
juffrou-2.1.9.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.juffrou/juffrou/ -->
<dependency>
<groupId>net.sf.juffrou</groupId>
<artifactId>juffrou</artifactId>
<version>2.1.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.juffrou/juffrou/
implementation 'net.sf.juffrou:juffrou:2.1.9'
// https://jarcasting.com/artifacts/net.sf.juffrou/juffrou/
implementation ("net.sf.juffrou:juffrou:2.1.9")
'net.sf.juffrou:juffrou:pom:2.1.9'
<dependency org="net.sf.juffrou" name="juffrou" rev="2.1.9">
<artifact name="juffrou" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.juffrou', module='juffrou', version='2.1.9')
)
libraryDependencies += "net.sf.juffrou" % "juffrou" % "2.1.9"
[net.sf.juffrou/juffrou "2.1.9"]