GroupId | GroupIdorg.apache.openwebbeans.samples |
---|---|
ArtifactId | ArtifactIdejb-sample |
Version | Version1.0.0-M4 |
Type | Typewar |
Filename | Size |
---|---|
ejb-sample-1.0.0-M4.pom | |
ejb-sample-1.0.0-M4.war | 3 MB |
ejb-sample-1.0.0-M4-sources.jar | 14 KB |
ejb-sample-1.0.0-M4-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.openwebbeans.samples/ejb-sample/ -->
<dependency>
<groupId>org.apache.openwebbeans.samples</groupId>
<artifactId>ejb-sample</artifactId>
<version>1.0.0-M4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openwebbeans.samples/ejb-sample/
implementation 'org.apache.openwebbeans.samples:ejb-sample:1.0.0-M4'
// https://jarcasting.com/artifacts/org.apache.openwebbeans.samples/ejb-sample/
implementation ("org.apache.openwebbeans.samples:ejb-sample:1.0.0-M4")
'org.apache.openwebbeans.samples:ejb-sample:war:1.0.0-M4'
<dependency org="org.apache.openwebbeans.samples" name="ejb-sample" rev="1.0.0-M4">
<artifact name="ejb-sample" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.openwebbeans.samples', module='ejb-sample', version='1.0.0-M4')
)
libraryDependencies += "org.apache.openwebbeans.samples" % "ejb-sample" % "1.0.0-M4"
[org.apache.openwebbeans.samples/ejb-sample "1.0.0-M4"]