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