is not current version
Last Version 1.1.3

org.apache.openwebbeans:standalone-sample 1.0.0-alpha-1

Java SE Sample

GroupId

GroupId

org.apache.openwebbeans
ArtifactId

ArtifactId

standalone-sample
Version

Version

1.0.0-alpha-1
Type

Type

jar

Download standalone-sample 1.0.0-alpha-1


<!-- https://jarcasting.com/artifacts/org.apache.openwebbeans/standalone-sample/ -->
<dependency>
    <groupId>org.apache.openwebbeans</groupId>
    <artifactId>standalone-sample</artifactId>
    <version>1.0.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openwebbeans/standalone-sample/
implementation 'org.apache.openwebbeans:standalone-sample:1.0.0-alpha-1'
// https://jarcasting.com/artifacts/org.apache.openwebbeans/standalone-sample/
implementation ("org.apache.openwebbeans:standalone-sample:1.0.0-alpha-1")
'org.apache.openwebbeans:standalone-sample:jar:1.0.0-alpha-1'
<dependency org="org.apache.openwebbeans" name="standalone-sample" rev="1.0.0-alpha-1">
  <artifact name="standalone-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.openwebbeans', module='standalone-sample', version='1.0.0-alpha-1')
)
libraryDependencies += "org.apache.openwebbeans" % "standalone-sample" % "1.0.0-alpha-1"
[org.apache.openwebbeans/standalone-sample "1.0.0-alpha-1"]