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