License |
License |
---|---|
GroupId | GroupIdorg.apache.servicemix |
ArtifactId | ArtifactIdsharedlibraries |
Last Version | Last Version3.2.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionServiceMix :: Shared Libraries
ServiceMix is an open source ESB based on the Java Business
Integration framework - JSR-208
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sharedlibraries-3.2.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/sharedlibraries/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>sharedlibraries</artifactId>
<version>3.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/sharedlibraries/
implementation 'org.apache.servicemix:sharedlibraries:3.2.3'
// https://jarcasting.com/artifacts/org.apache.servicemix/sharedlibraries/
implementation ("org.apache.servicemix:sharedlibraries:3.2.3")
'org.apache.servicemix:sharedlibraries:pom:3.2.3'
<dependency org="org.apache.servicemix" name="sharedlibraries" rev="3.2.3">
<artifact name="sharedlibraries" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='sharedlibraries', version='3.2.3')
)
libraryDependencies += "org.apache.servicemix" % "sharedlibraries" % "3.2.3"
[org.apache.servicemix/sharedlibraries "3.2.3"]