Categories |
Categoriesconfig Application Layer Libs Configuration Nexus c Build Tools Distribution |
---|---|
GroupId | GroupIdorg.infrastructurebuilder.nexus |
ArtifactId | ArtifactIdnexus-config-writer |
Version | Version0.1.6 |
Type | Typepom |
Filename | Size |
---|---|
nexus-config-writer-0.1.6.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.infrastructurebuilder.nexus/nexus-config-writer/ -->
<dependency>
<groupId>org.infrastructurebuilder.nexus</groupId>
<artifactId>nexus-config-writer</artifactId>
<version>0.1.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.infrastructurebuilder.nexus/nexus-config-writer/
implementation 'org.infrastructurebuilder.nexus:nexus-config-writer:0.1.6'
// https://jarcasting.com/artifacts/org.infrastructurebuilder.nexus/nexus-config-writer/
implementation ("org.infrastructurebuilder.nexus:nexus-config-writer:0.1.6")
'org.infrastructurebuilder.nexus:nexus-config-writer:pom:0.1.6'
<dependency org="org.infrastructurebuilder.nexus" name="nexus-config-writer" rev="0.1.6">
<artifact name="nexus-config-writer" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.infrastructurebuilder.nexus', module='nexus-config-writer', version='0.1.6')
)
libraryDependencies += "org.infrastructurebuilder.nexus" % "nexus-config-writer" % "0.1.6"
[org.infrastructurebuilder.nexus/nexus-config-writer "0.1.6"]