GroupId | GroupIdio.americanexpress.synapse |
---|---|
ArtifactId | ArtifactIdexample-service-rest-book |
Version | Version0.2.12 |
Type | Typejar |
Filename | Size |
---|---|
example-service-rest-book-0.2.12.pom | |
example-service-rest-book-0.2.12.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.americanexpress.synapse/example-service-rest-book/ -->
<dependency>
<groupId>io.americanexpress.synapse</groupId>
<artifactId>example-service-rest-book</artifactId>
<version>0.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.americanexpress.synapse/example-service-rest-book/
implementation 'io.americanexpress.synapse:example-service-rest-book:0.2.12'
// https://jarcasting.com/artifacts/io.americanexpress.synapse/example-service-rest-book/
implementation ("io.americanexpress.synapse:example-service-rest-book:0.2.12")
'io.americanexpress.synapse:example-service-rest-book:jar:0.2.12'
<dependency org="io.americanexpress.synapse" name="example-service-rest-book" rev="0.2.12">
<artifact name="example-service-rest-book" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.americanexpress.synapse', module='example-service-rest-book', version='0.2.12')
)
libraryDependencies += "io.americanexpress.synapse" % "example-service-rest-book" % "0.2.12"
[io.americanexpress.synapse/example-service-rest-book "0.2.12"]