| Группа | Группаorg.apache.servicemix.nmr |
|---|---|
| Идентификатор | Идентификаторorg.apache.servicemix.nmr.bundle |
| Версия | Версия1.0.0-m2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.nmr/org.apache.servicemix.nmr.bundle/ -->
<dependency>
<groupId>org.apache.servicemix.nmr</groupId>
<artifactId>org.apache.servicemix.nmr.bundle</artifactId>
<version>1.0.0-m2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.nmr/org.apache.servicemix.nmr.bundle/
implementation 'org.apache.servicemix.nmr:org.apache.servicemix.nmr.bundle:1.0.0-m2'
// https://jarcasting.com/artifacts/org.apache.servicemix.nmr/org.apache.servicemix.nmr.bundle/
implementation ("org.apache.servicemix.nmr:org.apache.servicemix.nmr.bundle:1.0.0-m2")
'org.apache.servicemix.nmr:org.apache.servicemix.nmr.bundle:jar:1.0.0-m2'
<dependency org="org.apache.servicemix.nmr" name="org.apache.servicemix.nmr.bundle" rev="1.0.0-m2">
<artifact name="org.apache.servicemix.nmr.bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.nmr', module='org.apache.servicemix.nmr.bundle', version='1.0.0-m2')
)
libraryDependencies += "org.apache.servicemix.nmr" % "org.apache.servicemix.nmr.bundle" % "1.0.0-m2"
[org.apache.servicemix.nmr/org.apache.servicemix.nmr.bundle "1.0.0-m2"]