| Группа | Группаio.syndesis |
|---|---|
| Идентификатор | Идентификаторcore |
| Версия | Версия1.1.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| core-1.1.2.pom | |
| core-1.1.2.jar | 12 KB |
| core-1.1.2-tests.jar | 13 KB |
| core-1.1.2-test-sources.jar | 8 KB |
| core-1.1.2-sources.jar | 12 KB |
| core-1.1.2-javadoc.jar | 79 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.syndesis/core/ -->
<dependency>
<groupId>io.syndesis</groupId>
<artifactId>core</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis/core/
implementation 'io.syndesis:core:1.1.2'
// https://jarcasting.com/artifacts/io.syndesis/core/
implementation ("io.syndesis:core:1.1.2")
'io.syndesis:core:jar:1.1.2'
<dependency org="io.syndesis" name="core" rev="1.1.2">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.syndesis', module='core', version='1.1.2')
)
libraryDependencies += "io.syndesis" % "core" % "1.1.2"
[io.syndesis/core "1.1.2"]