GroupId | GroupIdorg.apache.openejb |
---|---|
ArtifactId | ArtifactIdopenejb-multicast |
Version | Version4.0.0-beta-2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.openejb/openejb-multicast/ -->
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-multicast</artifactId>
<version>4.0.0-beta-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openejb/openejb-multicast/
implementation 'org.apache.openejb:openejb-multicast:4.0.0-beta-2'
// https://jarcasting.com/artifacts/org.apache.openejb/openejb-multicast/
implementation ("org.apache.openejb:openejb-multicast:4.0.0-beta-2")
'org.apache.openejb:openejb-multicast:jar:4.0.0-beta-2'
<dependency org="org.apache.openejb" name="openejb-multicast" rev="4.0.0-beta-2">
<artifact name="openejb-multicast" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.openejb', module='openejb-multicast', version='4.0.0-beta-2')
)
libraryDependencies += "org.apache.openejb" % "openejb-multicast" % "4.0.0-beta-2"
[org.apache.openejb/openejb-multicast "4.0.0-beta-2"]