Juffrou

Juffrou stands for Java Utilities Framework For the Rest Of Us and is a collection of extremely useful classes or mini frameworks to help the java developer.

License

License

GroupId

GroupId

com.googlecode.juffrou
ArtifactId

ArtifactId

juffrou
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

Juffrou
Juffrou stands for Java Utilities Framework For the Rest Of Us and is a collection of extremely useful classes or mini frameworks to help the java developer.

Download juffrou

Filename Size
juffrou-1.0.2.pom 8 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.googlecode.juffrou/juffrou/ -->
<dependency>
    <groupId>com.googlecode.juffrou</groupId>
    <artifactId>juffrou</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.juffrou/juffrou/
implementation 'com.googlecode.juffrou:juffrou:1.0.2'
// https://jarcasting.com/artifacts/com.googlecode.juffrou/juffrou/
implementation ("com.googlecode.juffrou:juffrou:1.0.2")
'com.googlecode.juffrou:juffrou:pom:1.0.2'
<dependency org="com.googlecode.juffrou" name="juffrou" rev="1.0.2">
  <artifact name="juffrou" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.juffrou', module='juffrou', version='1.0.2')
)
libraryDependencies += "com.googlecode.juffrou" % "juffrou" % "1.0.2"
[com.googlecode.juffrou/juffrou "1.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • juffrou-reflect

Versions

Version
1.0.2
1.0.1
1.0.0