| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.servicemix.nmr.examples |
| Идентификатор | Идентификаторexamples |
| Последняя версия | Последняя версия1.4.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеApache ServiceMix :: NMR :: Examples
This pom provides project information that is common to all ServiceMix branches.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| examples-1.4.0.pom | 1 KB |
| Обзор |
<!-- 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"]