MVN

org.sonatype.nexus.plugins : nexus-repository-apk

Maven & Gradle

Sep 12, 2022
1 usages
1.4k stars
<dependency>
    <groupId>org.sonatype.nexus.plugins</groupId>
    <artifactId>nexus-repository-apk</artifactId>
    <version>0.0.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.nexus.plugins : nexus-repository-apk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.26

All Versions

Choose a version of org.sonatype.nexus.plugins : nexus-repository-apk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
nexus-repository-apk-0.0.26
nexus-repository-apk-0.0.25
nexus-repository-apk-0.0.24
nexus-repository-apk-0.0.23
nexus-repository-apk-0.0.22
nexus-repository-apk-0.0.21
nexus-repository-apk-0.0.20
nexus-repository-apk-0.0.19
nexus-repository-apk-0.0.18
nexus-repository-apk-0.0.17
nexus-repository-apk-0.0.16
nexus-repository-apk-0.0.15
nexus-repository-apk-0.0.14
nexus-repository-apk-0.0.13
nexus-repository-apk-0.0.12
nexus-repository-apk-0.0.11
nexus-repository-apk-0.0.10
nexus-repository-apk-0.0.9
nexus-repository-apk-0.0.8
nexus-repository-apk-0.0.7
nexus-repository-apk-0.0.6
nexus-repository-apk-0.0.4
nexus-repository-apk-0.0.3
nexus-repository-apk-0.0.2
nexus-repository-apk-0.0.1

How to add a dependency to Maven

Add the following org.sonatype.nexus.plugins : nexus-repository-apk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sonatype.nexus.plugins</groupId>
    <artifactId>nexus-repository-apk</artifactId>
    <version>0.0.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonatype.nexus.plugins : nexus-repository-apk gradle dependency to your build.gradle file:

implementation 'org.sonatype.nexus.plugins:nexus-repository-apk:0.0.26'

Gradle Kotlin DSL: Add the following org.sonatype.nexus.plugins : nexus-repository-apk gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonatype.nexus.plugins:nexus-repository-apk:0.0.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonatype.nexus.plugins : nexus-repository-apk sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonatype.nexus.plugins" % "nexus-repository-apk" % "0.0.26"

Advertisement