GroupId | GroupIdio.americanexpress.synapse |
---|---|
ArtifactId | ArtifactIdservice |
Version | Version0.2.0 |
Type | Typepom |
Filename | Size |
---|---|
service-0.2.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.americanexpress.synapse/service/ -->
<dependency>
<groupId>io.americanexpress.synapse</groupId>
<artifactId>service</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.americanexpress.synapse/service/
implementation 'io.americanexpress.synapse:service:0.2.0'
// https://jarcasting.com/artifacts/io.americanexpress.synapse/service/
implementation ("io.americanexpress.synapse:service:0.2.0")
'io.americanexpress.synapse:service:pom:0.2.0'
<dependency org="io.americanexpress.synapse" name="service" rev="0.2.0">
<artifact name="service" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.americanexpress.synapse', module='service', version='0.2.0')
)
libraryDependencies += "io.americanexpress.synapse" % "service" % "0.2.0"
[io.americanexpress.synapse/service "0.2.0"]