Categories |
CategoriesContainer Net |
---|---|
GroupId | GroupIdnet.open-esb.runtime.standalone |
ArtifactId | ArtifactIdopenesb-standalone-container |
Version | Version3.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.open-esb.runtime.standalone/openesb-standalone-container/ -->
<dependency>
<groupId>net.open-esb.runtime.standalone</groupId>
<artifactId>openesb-standalone-container</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.open-esb.runtime.standalone/openesb-standalone-container/
implementation 'net.open-esb.runtime.standalone:openesb-standalone-container:3.0.1'
// https://jarcasting.com/artifacts/net.open-esb.runtime.standalone/openesb-standalone-container/
implementation ("net.open-esb.runtime.standalone:openesb-standalone-container:3.0.1")
'net.open-esb.runtime.standalone:openesb-standalone-container:jar:3.0.1'
<dependency org="net.open-esb.runtime.standalone" name="openesb-standalone-container" rev="3.0.1">
<artifact name="openesb-standalone-container" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.open-esb.runtime.standalone', module='openesb-standalone-container', version='3.0.1')
)
libraryDependencies += "net.open-esb.runtime.standalone" % "openesb-standalone-container" % "3.0.1"
[net.open-esb.runtime.standalone/openesb-standalone-container "3.0.1"]