License |
License |
---|---|
GroupId | GroupIdorg.apache.servicemix.nmr |
ArtifactId | ArtifactIdnmr |
Last Version | Last Version1.6.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache ServiceMix :: NMR
Bill-of-materials of the core components and versions used for building the NMR project
(This POM contains the dependencies and versions that are useful to both users and our own development)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
nmr-1.6.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.nmr/nmr/ -->
<dependency>
<groupId>org.apache.servicemix.nmr</groupId>
<artifactId>nmr</artifactId>
<version>1.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.nmr/nmr/
implementation 'org.apache.servicemix.nmr:nmr:1.6.1'
// https://jarcasting.com/artifacts/org.apache.servicemix.nmr/nmr/
implementation ("org.apache.servicemix.nmr:nmr:1.6.1")
'org.apache.servicemix.nmr:nmr:pom:1.6.1'
<dependency org="org.apache.servicemix.nmr" name="nmr" rev="1.6.1">
<artifact name="nmr" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.nmr', module='nmr', version='1.6.1')
)
libraryDependencies += "org.apache.servicemix.nmr" % "nmr" % "1.6.1"
[org.apache.servicemix.nmr/nmr "1.6.1"]