n

nan21.dnet.core.home

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