n

nexus-repository-raw

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