Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.da |
ArtifactId | ArtifactIdcommunication |
Version | Version1.0.0 |
Type | Typeejb |
Filename | Size |
---|---|
communication-1.0.0.pom | |
communication-1.0.0.jar | 92 KB |
communication-1.0.0-sources.jar | 46 KB |
communication-1.0.0-javadoc.jar | 400 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.da/communication/ -->
<dependency>
<groupId>org.jboss.da</groupId>
<artifactId>communication</artifactId>
<version>1.0.0</version>
<type>ejb</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.da/communication/
implementation 'org.jboss.da:communication:1.0.0'
// https://jarcasting.com/artifacts/org.jboss.da/communication/
implementation ("org.jboss.da:communication:1.0.0")
'org.jboss.da:communication:ejb:1.0.0'
<dependency org="org.jboss.da" name="communication" rev="1.0.0">
<artifact name="communication" type="ejb" />
</dependency>
@Grapes(
@Grab(group='org.jboss.da', module='communication', version='1.0.0')
)
libraryDependencies += "org.jboss.da" % "communication" % "1.0.0"
[org.jboss.da/communication "1.0.0"]