| License |
License
CDDL-1.0
|
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.open-esb.admin |
| ArtifactId | ArtifactIdopenesb-oeadmin |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOpenESB Administration Tools - oeadmin
Use the oeadmin utility to perform administrative tasks for OpenESB
instance from the command line or from a script. You can use this
utility instead of the Console interface.
|
| Project Organization |
Project OrganizationOpenESB Community |
| Filename | Size |
|---|---|
| openesb-oeadmin-1.0.2.pom | |
| openesb-oeadmin-1.0.2.jar | 2 MB |
| openesb-oeadmin-1.0.2-sources.jar | 45 KB |
| openesb-oeadmin-1.0.2-javadoc.jar | 267 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.open-esb.admin/openesb-oeadmin/ -->
<dependency>
<groupId>net.open-esb.admin</groupId>
<artifactId>openesb-oeadmin</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.open-esb.admin/openesb-oeadmin/
implementation 'net.open-esb.admin:openesb-oeadmin:1.0.2'
// https://jarcasting.com/artifacts/net.open-esb.admin/openesb-oeadmin/
implementation ("net.open-esb.admin:openesb-oeadmin:1.0.2")
'net.open-esb.admin:openesb-oeadmin:jar:1.0.2'
<dependency org="net.open-esb.admin" name="openesb-oeadmin" rev="1.0.2">
<artifact name="openesb-oeadmin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.open-esb.admin', module='openesb-oeadmin', version='1.0.2')
)
libraryDependencies += "net.open-esb.admin" % "openesb-oeadmin" % "1.0.2"
[net.open-esb.admin/openesb-oeadmin "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.beust : jcommander | jar | 1.35 |
| net.open-esb.admin : openesb-java-sdk | jar | 1.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |