| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.servicemix.features |
| ArtifactId | ArtifactIdservicemix-kie |
| Last Version | Last Version7.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache ServiceMix :: Assemblies :: Features :: ServiceMix KIE
Bill-of-materials of the core components and versions used for building the features project
(This POM contains the dependencies and versions that are useful to both users and our own
development)
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| servicemix-kie-7.0.1.pom | -1 bytes |
| servicemix-kie-7.0.1-sources.jar | 4 KB |
| servicemix-kie-7.0.1-features.xml | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.features/servicemix-kie/ -->
<dependency>
<groupId>org.apache.servicemix.features</groupId>
<artifactId>servicemix-kie</artifactId>
<version>7.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.features/servicemix-kie/
implementation 'org.apache.servicemix.features:servicemix-kie:7.0.1'
// https://jarcasting.com/artifacts/org.apache.servicemix.features/servicemix-kie/
implementation ("org.apache.servicemix.features:servicemix-kie:7.0.1")
'org.apache.servicemix.features:servicemix-kie:jar:7.0.1'
<dependency org="org.apache.servicemix.features" name="servicemix-kie" rev="7.0.1">
<artifact name="servicemix-kie" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.features', module='servicemix-kie', version='7.0.1')
)
libraryDependencies += "org.apache.servicemix.features" % "servicemix-kie" % "7.0.1"
[org.apache.servicemix.features/servicemix-kie "7.0.1"]