Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.open-esb.admin |
ArtifactId | ArtifactIdopenesb-rest-api-war |
Version | Version1.0.2 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/net.open-esb.admin/openesb-rest-api-war/ -->
<dependency>
<groupId>net.open-esb.admin</groupId>
<artifactId>openesb-rest-api-war</artifactId>
<version>1.0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.open-esb.admin/openesb-rest-api-war/
implementation 'net.open-esb.admin:openesb-rest-api-war:1.0.2'
// https://jarcasting.com/artifacts/net.open-esb.admin/openesb-rest-api-war/
implementation ("net.open-esb.admin:openesb-rest-api-war:1.0.2")
'net.open-esb.admin:openesb-rest-api-war:war:1.0.2'
<dependency org="net.open-esb.admin" name="openesb-rest-api-war" rev="1.0.2">
<artifact name="openesb-rest-api-war" type="war" />
</dependency>
@Grapes(
@Grab(group='net.open-esb.admin', module='openesb-rest-api-war', version='1.0.2')
)
libraryDependencies += "net.open-esb.admin" % "openesb-rest-api-war" % "1.0.2"
[net.open-esb.admin/openesb-rest-api-war "1.0.2"]