MVN

it.freshminutes : oceanrunner-openejb30

Maven & Gradle

May 08, 2012

OceanRunner - OpenEjb30OceanModule · OceanRunner - manage OpenEJB 3.0

<dependency>
    <groupId>it.freshminutes</groupId>
    <artifactId>oceanrunner-openejb30</artifactId>
    <version>1.0.Beta1-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.freshminutes : oceanrunner-openejb30 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.Beta1-RELEASE
  • Latest Beta: 1.0.Beta1-RELEASE

All Versions

Choose a version of it.freshminutes : oceanrunner-openejb30 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
oceanrunner-openejb30-1.0.Beta1-RELEASE

How to add a dependency to Maven

Add the following it.freshminutes : oceanrunner-openejb30 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.freshminutes</groupId>
    <artifactId>oceanrunner-openejb30</artifactId>
    <version>1.0.Beta1-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.freshminutes : oceanrunner-openejb30 gradle dependency to your build.gradle file:

implementation 'it.freshminutes:oceanrunner-openejb30:1.0.Beta1-RELEASE'

Gradle Kotlin DSL: Add the following it.freshminutes : oceanrunner-openejb30 gradle kotlin dependency to your build.gradle.kts file:

implementation("it.freshminutes:oceanrunner-openejb30:1.0.Beta1-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.freshminutes : oceanrunner-openejb30 sbt scala dependency to your build.sbt file:

libraryDependencies += "it.freshminutes" % "oceanrunner-openejb30" % "1.0.Beta1-RELEASE"