MVN

org.ow2.petals.samples : su-jsr181-stock

Maven & Gradle

Jan 11, 2018
1 usages

su-jsr181-stock · su-jsr181-stock description.

<dependency>
    <groupId>org.ow2.petals.samples</groupId>
    <artifactId>su-jsr181-stock</artifactId>
    <version>1.5.3-1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.petals.samples : su-jsr181-stock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.3-1.0.0

All Versions

Choose a version of org.ow2.petals.samples : su-jsr181-stock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
su-jsr181-stock-1.5.3-1.0.0
su-jsr181-stock-1.5.2-1.0.0

How to add a dependency to Maven

Add the following org.ow2.petals.samples : su-jsr181-stock maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.petals.samples</groupId>
    <artifactId>su-jsr181-stock</artifactId>
    <version>1.5.3-1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.petals.samples : su-jsr181-stock gradle dependency to your build.gradle file:

implementation 'org.ow2.petals.samples:su-jsr181-stock:1.5.3-1.0.0'

Gradle Kotlin DSL: Add the following org.ow2.petals.samples : su-jsr181-stock gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.petals.samples:su-jsr181-stock:1.5.3-1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.petals.samples : su-jsr181-stock sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.petals.samples" % "su-jsr181-stock" % "1.5.3-1.0.0"