Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.open-esb.core |
ArtifactId | ArtifactIdri-clients |
Version | Version2.4.0 |
Type | Typepom |
Filename | Size |
---|---|
ri-clients-2.4.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.open-esb.core/ri-clients/ -->
<dependency>
<groupId>net.open-esb.core</groupId>
<artifactId>ri-clients</artifactId>
<version>2.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.open-esb.core/ri-clients/
implementation 'net.open-esb.core:ri-clients:2.4.0'
// https://jarcasting.com/artifacts/net.open-esb.core/ri-clients/
implementation ("net.open-esb.core:ri-clients:2.4.0")
'net.open-esb.core:ri-clients:pom:2.4.0'
<dependency org="net.open-esb.core" name="ri-clients" rev="2.4.0">
<artifact name="ri-clients" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.open-esb.core', module='ri-clients', version='2.4.0')
)
libraryDependencies += "net.open-esb.core" % "ri-clients" % "2.4.0"
[net.open-esb.core/ri-clients "2.4.0"]