GroupId | GroupIdorg.mod4j.crossx |
---|---|
ArtifactId | ArtifactIdmod4j-crossx-broker |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
mod4j-crossx-broker-1.2.1.pom | |
mod4j-crossx-broker-1.2.1.jar | 10 KB |
mod4j-crossx-broker-1.2.1-sources.jar | 7 KB |
mod4j-crossx-broker-1.2.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mod4j.crossx/mod4j-crossx-broker/ -->
<dependency>
<groupId>org.mod4j.crossx</groupId>
<artifactId>mod4j-crossx-broker</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mod4j.crossx/mod4j-crossx-broker/
implementation 'org.mod4j.crossx:mod4j-crossx-broker:1.2.1'
// https://jarcasting.com/artifacts/org.mod4j.crossx/mod4j-crossx-broker/
implementation ("org.mod4j.crossx:mod4j-crossx-broker:1.2.1")
'org.mod4j.crossx:mod4j-crossx-broker:jar:1.2.1'
<dependency org="org.mod4j.crossx" name="mod4j-crossx-broker" rev="1.2.1">
<artifact name="mod4j-crossx-broker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mod4j.crossx', module='mod4j-crossx-broker', version='1.2.1')
)
libraryDependencies += "org.mod4j.crossx" % "mod4j-crossx-broker" % "1.2.1"
[org.mod4j.crossx/mod4j-crossx-broker "1.2.1"]