Last Version

conf4j 1.0

conf4j is a library that simplify configuration access via object to configuration mapping

License

License

GroupId

GroupId

com.sabre.oss.conf4j
ArtifactId

ArtifactId

conf4j
Version

Version

1.0
Type

Type

pom
Description

Description

conf4j
conf4j is a library that simplify configuration access via object to configuration mapping
Project URL

Project URL

https://github.com/SabreOSS/conf4j
Project Organization

Project Organization

Sabre GLBL Inc.
Source Code Management

Source Code Management

http://github.com/SabreOSS/conf4j/tree/master

Download conf4j 1.0

Filename Size
conf4j-1.0.pom 22 KB
Browse

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

Dependencies

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

Project Modules

  • conf4j-api
  • conf4j-core
  • conf4j-javassist
  • conf4j-spring
  • conf4j-spring-boot
  • conf4j-extras
  • conf4j-ck
  • conf4j-performance
  • conf4j-examples