| License |
License
GNU Library or Lesser General Public License (LGPL)
|
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.jfig |
| ArtifactId | ArtifactIdjfig |
| Last Version | Last Version1.5.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJFig
A Configuration utility that provides simple, flexible and powerful functionality for managing one or more configurations in a java environment. It uses a combination of a hierarchy of configuration files, substitution variables and property variables.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jfig-1.5.2.pom | |
| jfig-1.5.2.jar | 47 KB |
| jfig-1.5.2-sources.jar | 34 KB |
| jfig-1.5.2-javadoc.jar | 223 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jfig/jfig/ -->
<dependency>
<groupId>net.sf.jfig</groupId>
<artifactId>jfig</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jfig/jfig/
implementation 'net.sf.jfig:jfig:1.5.2'
// https://jarcasting.com/artifacts/net.sf.jfig/jfig/
implementation ("net.sf.jfig:jfig:1.5.2")
'net.sf.jfig:jfig:jar:1.5.2'
<dependency org="net.sf.jfig" name="jfig" rev="1.5.2">
<artifact name="jfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jfig', module='jfig', version='1.5.2')
)
libraryDependencies += "net.sf.jfig" % "jfig" % "1.5.2"
[net.sf.jfig/jfig "1.5.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| ant : ant Optional | jar | 1.5.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |