GroupId | GroupIdio.syndesis |
---|---|
ArtifactId | ArtifactIdrest |
Version | Version1.2.8 |
Type | Typejar |
Filename | Size |
---|---|
rest-1.2.8.pom | |
rest-1.2.8.jar | 146 KB |
rest-1.2.8-tests.jar | 51 KB |
rest-1.2.8-test-sources.jar | 27 KB |
rest-1.2.8-sources.jar | 99 KB |
rest-1.2.8-javadoc.jar | 516 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.syndesis/rest/ -->
<dependency>
<groupId>io.syndesis</groupId>
<artifactId>rest</artifactId>
<version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis/rest/
implementation 'io.syndesis:rest:1.2.8'
// https://jarcasting.com/artifacts/io.syndesis/rest/
implementation ("io.syndesis:rest:1.2.8")
'io.syndesis:rest:jar:1.2.8'
<dependency org="io.syndesis" name="rest" rev="1.2.8">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.syndesis', module='rest', version='1.2.8')
)
libraryDependencies += "io.syndesis" % "rest" % "1.2.8"
[io.syndesis/rest "1.2.8"]