MVN

org.apache.openwebbeans : standalone-sample

Maven & Gradle

Dec 03, 2011

OpenWebBeans Java SE Sample · Java SE Sample

<dependency>
    <groupId>org.apache.openwebbeans</groupId>
    <artifactId>standalone-sample</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.openwebbeans : standalone-sample to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3
  • Latest Alpha: 1.0.0-alpha-2

All Versions

Choose a version of org.apache.openwebbeans : standalone-sample to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
standalone-sample-1.1.3
standalone-sample-1.1.2
standalone-sample-1.1.0
1.0.x
standalone-sample-1.0.0
standalone-sample-1.0.0-alpha-2
standalone-sample-1.0.0-alpha-1
standalone-sample-1.0.0-M4

How to add a dependency to Maven

Add the following org.apache.openwebbeans : standalone-sample maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.openwebbeans</groupId>
    <artifactId>standalone-sample</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.openwebbeans : standalone-sample gradle dependency to your build.gradle file:

implementation 'org.apache.openwebbeans:standalone-sample:1.1.3'

Gradle Kotlin DSL: Add the following org.apache.openwebbeans : standalone-sample gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.openwebbeans:standalone-sample:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.openwebbeans : standalone-sample sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.openwebbeans" % "standalone-sample" % "1.1.3"