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