MVN

net.sf.juffrou : juffrou

Maven & Gradle

Mar 22, 2020
1 stars

Juffrou · 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.

<dependency>
    <groupId>net.sf.juffrou</groupId>
    <artifactId>juffrou</artifactId>
    <version>2.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.juffrou : juffrou to add to Maven - Latest Versions:

  • Latest Stable: 2.1.9

All Versions

Choose a version of net.sf.juffrou : juffrou to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
juffrou-2.1.9
juffrou-2.1.8
juffrou-2.1.7
juffrou-2.1.6
juffrou-2.1.5
juffrou-2.1.4
juffrou-2.1.3
juffrou-2.1.2
juffrou-2.1.0
2.0.x
juffrou-2.0.9
juffrou-2.0.7
juffrou-2.0.6
juffrou-2.0.5
juffrou-2.0.4
juffrou-2.0.3
juffrou-2.0.2
juffrou-2.0.1
juffrou-2.0.0
1.0.x
juffrou-1.0.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.juffrou</groupId>
    <artifactId>juffrou</artifactId>
    <version>2.1.9</version>
</dependency>

Advertisement