n

nexus-repository-raw

Files download
File Operation
nexus-repository-raw-3.59.0-01.jar download
nexus-repository-raw-3.59.0-01.pom download
nexus-repository-raw-3.59.0-01-sources.jar download
Apache Maven
<dependency>
  <groupId>org.sonatype.nexus.plugins</groupId>
  <artifactId>nexus-repository-raw</artifactId>
  <version>3.59.0-01</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.sonatype.nexus.plugins:nexus-repository-raw:3.59.0-01'
Gradle Kotlin
implementation("org.sonatype.nexus.plugins:nexus-repository-raw:3.59.0-01")
Scala SBT
libraryDependencies += "org.sonatype.nexus.plugins" % "nexus-repository-raw" % "3.59.0-01"
Groovy Grape
@Grapes(
  @Grab(group='org.sonatype.nexus.plugins', module='nexus-repository-raw', version='3.59.0-01')
)
Apache Ivy
<dependency org="org.sonatype.nexus.plugins" name="nexus-repository-raw" rev="3.59.0-01" />
Leiningen
[org.sonatype.nexus.plugins/nexus-repository-raw "3.59.0-01"]
Apache Buildr
'org.sonatype.nexus.plugins:nexus-repository-raw:jar:3.59.0-01'