GroupId | GroupIdorg.apache.servicemix.nmr |
---|---|
ArtifactId | ArtifactIdnmr |
Version | Version1.0.0-m3 |
Type | Typepom |
Filename | Size |
---|---|
nmr-1.0.0-m3.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.0.0-m3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.nmr/nmr/
implementation 'org.apache.servicemix.nmr:nmr:1.0.0-m3'
// https://jarcasting.com/artifacts/org.apache.servicemix.nmr/nmr/
implementation ("org.apache.servicemix.nmr:nmr:1.0.0-m3")
'org.apache.servicemix.nmr:nmr:pom:1.0.0-m3'
<dependency org="org.apache.servicemix.nmr" name="nmr" rev="1.0.0-m3">
<artifact name="nmr" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.nmr', module='nmr', version='1.0.0-m3')
)
libraryDependencies += "org.apache.servicemix.nmr" % "nmr" % "1.0.0-m3"
[org.apache.servicemix.nmr/nmr "1.0.0-m3"]