| Группа | Группаio.hawt.example.services |
|---|---|
| Идентификатор | Идентификаторexample-camel |
| Версия | Версия1.2-M27 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| example-camel-1.2-M27.pom | |
| example-camel-1.2-M27.jar | 2 KB |
| example-camel-1.2-M27-sources.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.hawt.example.services/example-camel/ -->
<dependency>
<groupId>io.hawt.example.services</groupId>
<artifactId>example-camel</artifactId>
<version>1.2-M27</version>
</dependency>
// https://jarcasting.com/artifacts/io.hawt.example.services/example-camel/
implementation 'io.hawt.example.services:example-camel:1.2-M27'
// https://jarcasting.com/artifacts/io.hawt.example.services/example-camel/
implementation ("io.hawt.example.services:example-camel:1.2-M27")
'io.hawt.example.services:example-camel:jar:1.2-M27'
<dependency org="io.hawt.example.services" name="example-camel" rev="1.2-M27">
<artifact name="example-camel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hawt.example.services', module='example-camel', version='1.2-M27')
)
libraryDependencies += "io.hawt.example.services" % "example-camel" % "1.2-M27"
[io.hawt.example.services/example-camel "1.2-M27"]