License |
License |
---|---|
GroupId | GroupIdorg.apache.servicemix.nmr.examples |
ArtifactId | ArtifactIdexamples |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache ServiceMix :: NMR :: Examples
This pom provides project information that is common to all ServiceMix branches.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
examples-1.4.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.nmr.examples/examples/ -->
<dependency>
<groupId>org.apache.servicemix.nmr.examples</groupId>
<artifactId>examples</artifactId>
<version>1.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.nmr.examples/examples/
implementation 'org.apache.servicemix.nmr.examples:examples:1.4.0'
// https://jarcasting.com/artifacts/org.apache.servicemix.nmr.examples/examples/
implementation ("org.apache.servicemix.nmr.examples:examples:1.4.0")
'org.apache.servicemix.nmr.examples:examples:pom:1.4.0'
<dependency org="org.apache.servicemix.nmr.examples" name="examples" rev="1.4.0">
<artifact name="examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.nmr.examples', module='examples', version='1.4.0')
)
libraryDependencies += "org.apache.servicemix.nmr.examples" % "examples" % "1.4.0"
[org.apache.servicemix.nmr.examples/examples "1.4.0"]