GroupId | GroupIdorg.mod4j.crossx |
---|---|
ArtifactId | ArtifactIdmod4j-crossx-broker |
Version | Version1.0.0-beta-3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mod4j.crossx/mod4j-crossx-broker/ -->
<dependency>
<groupId>org.mod4j.crossx</groupId>
<artifactId>mod4j-crossx-broker</artifactId>
<version>1.0.0-beta-3</version>
</dependency>
// https://jarcasting.com/artifacts/org.mod4j.crossx/mod4j-crossx-broker/
implementation 'org.mod4j.crossx:mod4j-crossx-broker:1.0.0-beta-3'
// https://jarcasting.com/artifacts/org.mod4j.crossx/mod4j-crossx-broker/
implementation ("org.mod4j.crossx:mod4j-crossx-broker:1.0.0-beta-3")
'org.mod4j.crossx:mod4j-crossx-broker:jar:1.0.0-beta-3'
<dependency org="org.mod4j.crossx" name="mod4j-crossx-broker" rev="1.0.0-beta-3">
<artifact name="mod4j-crossx-broker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mod4j.crossx', module='mod4j-crossx-broker', version='1.0.0-beta-3')
)
libraryDependencies += "org.mod4j.crossx" % "mod4j-crossx-broker" % "1.0.0-beta-3"
[org.mod4j.crossx/mod4j-crossx-broker "1.0.0-beta-3"]