m

moduleconfig

A set of classes to provide typed access to configurations. Contains also the template for the configuration file.
Files download
File Operation
moduleconfig-2.7.5.jar download
moduleconfig-2.7.5.pom download
moduleconfig-2.7.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jboss.pnc</groupId>
  <artifactId>moduleconfig</artifactId>
  <version>2.7.5</version>
</dependency>
Gradle Groovy
implementation 'org.jboss.pnc:moduleconfig:2.7.5'
Gradle Kotlin
implementation("org.jboss.pnc:moduleconfig:2.7.5")
Scala SBT
libraryDependencies += "org.jboss.pnc" % "moduleconfig" % "2.7.5"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.pnc', module='moduleconfig', version='2.7.5')
)
Apache Ivy
<dependency org="org.jboss.pnc" name="moduleconfig" rev="2.7.5" />
Leiningen
[org.jboss.pnc/moduleconfig "2.7.5"]
Apache Buildr
'org.jboss.pnc:moduleconfig:jar:2.7.5'