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