j

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.
http://cemartins.github.io/juffrou
The Apache Software License, Version 2.0
Juffrou
Carlos Martins
文件下载
文件名 操作
juffrou-2.1.9.pom 下载
Apache Maven
<dependency>
  <groupId>net.sf.juffrou</groupId>
  <artifactId>juffrou</artifactId>
  <version>2.1.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sf.juffrou:juffrou:2.1.9'
Gradle Kotlin
implementation("net.sf.juffrou:juffrou:2.1.9")
Scala SBT
libraryDependencies += "net.sf.juffrou" % "juffrou" % "2.1.9"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.juffrou', module='juffrou', version='2.1.9')
)
Apache Ivy
<dependency org="net.sf.juffrou" name="juffrou" rev="2.1.9" />
Leiningen
[net.sf.juffrou/juffrou "2.1.9"]
Apache Buildr
'net.sf.juffrou:juffrou:jar:2.1.9'
本项目依赖
该项目无第三方依赖