| GroupId | GroupIdorg.apache.openwebbeans | 
|---|---|
| ArtifactId | ArtifactIdopenwebbeans-ee-common | 
| Version | Version1.0.0-alpha-1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.apache.openwebbeans/openwebbeans-ee-common/ -->
<dependency>
    <groupId>org.apache.openwebbeans</groupId>
    <artifactId>openwebbeans-ee-common</artifactId>
    <version>1.0.0-alpha-1</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.openwebbeans/openwebbeans-ee-common/
implementation 'org.apache.openwebbeans:openwebbeans-ee-common:1.0.0-alpha-1'// https://jarcasting.com/artifacts/org.apache.openwebbeans/openwebbeans-ee-common/
implementation ("org.apache.openwebbeans:openwebbeans-ee-common:1.0.0-alpha-1")'org.apache.openwebbeans:openwebbeans-ee-common:jar:1.0.0-alpha-1'<dependency org="org.apache.openwebbeans" name="openwebbeans-ee-common" rev="1.0.0-alpha-1">
  <artifact name="openwebbeans-ee-common" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.openwebbeans', module='openwebbeans-ee-common', version='1.0.0-alpha-1')
)libraryDependencies += "org.apache.openwebbeans" % "openwebbeans-ee-common" % "1.0.0-alpha-1"[org.apache.openwebbeans/openwebbeans-ee-common "1.0.0-alpha-1"]