n

nexus-config-writer

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