GroupId | GroupIdio.syndesis.rest |
---|---|
ArtifactId | ArtifactIdrest-dao |
Version | Version1.3.0-20180301 |
Type | Typejar |
Filename | Size |
---|---|
rest-dao-1.3.0-20180301.pom | |
rest-dao-1.3.0-20180301.jar | 41 KB |
rest-dao-1.3.0-20180301-tests.jar | 23 KB |
rest-dao-1.3.0-20180301-test-sources.jar | 14 KB |
rest-dao-1.3.0-20180301-sources.jar | 36 KB |
rest-dao-1.3.0-20180301-javadoc.jar | 181 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.syndesis.rest/rest-dao/ -->
<dependency>
<groupId>io.syndesis.rest</groupId>
<artifactId>rest-dao</artifactId>
<version>1.3.0-20180301</version>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis.rest/rest-dao/
implementation 'io.syndesis.rest:rest-dao:1.3.0-20180301'
// https://jarcasting.com/artifacts/io.syndesis.rest/rest-dao/
implementation ("io.syndesis.rest:rest-dao:1.3.0-20180301")
'io.syndesis.rest:rest-dao:jar:1.3.0-20180301'
<dependency org="io.syndesis.rest" name="rest-dao" rev="1.3.0-20180301">
<artifact name="rest-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.syndesis.rest', module='rest-dao', version='1.3.0-20180301')
)
libraryDependencies += "io.syndesis.rest" % "rest-dao" % "1.3.0-20180301"
[io.syndesis.rest/rest-dao "1.3.0-20180301"]