n

nan21.dnet.core.config

Configuration files.
Files download
File Operation
nan21.dnet.core.config-1.0.6.pom download
Apache Maven
<dependency>
  <groupId>net.nan21.dnet</groupId>
  <artifactId>nan21.dnet.core.config</artifactId>
  <version>1.0.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.nan21.dnet:nan21.dnet.core.config:1.0.6'
Gradle Kotlin
implementation("net.nan21.dnet:nan21.dnet.core.config:1.0.6")
Scala SBT
libraryDependencies += "net.nan21.dnet" % "nan21.dnet.core.config" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='net.nan21.dnet', module='nan21.dnet.core.config', version='1.0.6')
)
Apache Ivy
<dependency org="net.nan21.dnet" name="nan21.dnet.core.config" rev="1.0.6" />
Leiningen
[net.nan21.dnet/nan21.dnet.core.config "1.0.6"]
Apache Buildr
'net.nan21.dnet:nan21.dnet.core.config:jar:1.0.6'