n

nexus-repository-raw

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