Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.mbus4j |
ArtifactId | ArtifactIdmbus4j |
Version | Version0.1.5 |
Type | Typepom |
Filename | Size |
---|---|
mbus4j-0.1.5.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.mbus4j/mbus4j/ -->
<dependency>
<groupId>net.sf.mbus4j</groupId>
<artifactId>mbus4j</artifactId>
<version>0.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.mbus4j/mbus4j/
implementation 'net.sf.mbus4j:mbus4j:0.1.5'
// https://jarcasting.com/artifacts/net.sf.mbus4j/mbus4j/
implementation ("net.sf.mbus4j:mbus4j:0.1.5")
'net.sf.mbus4j:mbus4j:pom:0.1.5'
<dependency org="net.sf.mbus4j" name="mbus4j" rev="0.1.5">
<artifact name="mbus4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.mbus4j', module='mbus4j', version='0.1.5')
)
libraryDependencies += "net.sf.mbus4j" % "mbus4j" % "0.1.5"
[net.sf.mbus4j/mbus4j "0.1.5"]