MVN

org.sonatype.security : security-rest-model

Maven & Gradle

Dec 05, 2012
5 usages

Security REST Model. The modello model used by the REST API.

<dependency>
    <groupId>org.sonatype.security</groupId>
    <artifactId>security-rest-model</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.security : security-rest-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of org.sonatype.security : security-rest-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
security-rest-model-3.0.1
3.0
security-rest-model-3.0
2.8.x
security-rest-model-2.8.2
security-rest-model-2.8.1
2.8
security-rest-model-2.8
2.7
security-rest-model-2.7
2.6
security-rest-model-2.6
2.5
security-rest-model-2.5
2.4.x
security-rest-model-2.4.1
2.4
security-rest-model-2.4
2.3
security-rest-model-2.3
2.2
security-rest-model-2.2
2.1
security-rest-model-2.1
2.0.x
security-rest-model-2.0.0

How to add a dependency to Maven

Add the following org.sonatype.security : security-rest-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sonatype.security</groupId>
    <artifactId>security-rest-model</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonatype.security : security-rest-model gradle dependency to your build.gradle file:

implementation 'org.sonatype.security:security-rest-model:3.0.1'

Gradle Kotlin DSL: Add the following org.sonatype.security : security-rest-model gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonatype.security:security-rest-model:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonatype.security : security-rest-model sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonatype.security" % "security-rest-model" % "3.0.1"

Advertisement