n

nexus-repository-raw

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