n

nexus-config-writer

Write (most of) the configuration for Nexus
Files download
File Operation
nexus-config-writer-0.1.0.jar download
nexus-config-writer-0.1.0.pom download
nexus-config-writer-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.infrastructurebuilder.nexus</groupId>
  <artifactId>nexus-config-writer</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.infrastructurebuilder.nexus:nexus-config-writer:0.1.0'
Gradle Kotlin
implementation("org.infrastructurebuilder.nexus:nexus-config-writer:0.1.0")
Scala SBT
libraryDependencies += "org.infrastructurebuilder.nexus" % "nexus-config-writer" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.infrastructurebuilder.nexus', module='nexus-config-writer', version='0.1.0')
)
Apache Ivy
<dependency org="org.infrastructurebuilder.nexus" name="nexus-config-writer" rev="0.1.0" />
Leiningen
[org.infrastructurebuilder.nexus/nexus-config-writer "0.1.0"]
Apache Buildr
'org.infrastructurebuilder.nexus:nexus-config-writer:jar:0.1.0'