GroupId | GroupIdservicemix |
---|---|
ArtifactId | ArtifactIdservicemix-core |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionServiceMix :: Core
ServiceMix is an open source ESB based on the Java Business
Integration framework - JSR-208
|
Project URL |
Project URL |
Project Organization |
Project OrganizationLogicBlaze, Inc. |
Filename | Size |
---|---|
servicemix-core-2.0.2.pom | |
servicemix-core-2.0.2.jar | 381 KB |
Browse |
<!-- https://jarcasting.com/artifacts/servicemix/servicemix-core/ -->
<dependency>
<groupId>servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/servicemix/servicemix-core/
implementation 'servicemix:servicemix-core:2.0.2'
// https://jarcasting.com/artifacts/servicemix/servicemix-core/
implementation ("servicemix:servicemix-core:2.0.2")
'servicemix:servicemix-core:jar:2.0.2'
<dependency org="servicemix" name="servicemix-core" rev="2.0.2">
<artifact name="servicemix-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='servicemix', module='servicemix-core', version='2.0.2')
)
libraryDependencies += "servicemix" % "servicemix-core" % "2.0.2"
[servicemix/servicemix-core "2.0.2"]