License |
License |
---|---|
GroupId | GroupIdorg.apache.servicemix |
ArtifactId | ArtifactIdassemblies |
Last Version | Last Version4.5.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache ServiceMix :: Features :: Assemblies
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 |
---|---|
assemblies-4.5.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/assemblies/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>assemblies</artifactId>
<version>4.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/assemblies/
implementation 'org.apache.servicemix:assemblies:4.5.3'
// https://jarcasting.com/artifacts/org.apache.servicemix/assemblies/
implementation ("org.apache.servicemix:assemblies:4.5.3")
'org.apache.servicemix:assemblies:pom:4.5.3'
<dependency org="org.apache.servicemix" name="assemblies" rev="4.5.3">
<artifact name="assemblies" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='assemblies', version='4.5.3')
)
libraryDependencies += "org.apache.servicemix" % "assemblies" % "4.5.3"
[org.apache.servicemix/assemblies "4.5.3"]