GroupId | GroupIdcom.cloudimpl.outstack |
---|---|
ArtifactId | ArtifactIdservice-example |
Version | Version3.0.77 |
Type | Typepom |
Filename | Size |
---|---|
service-example-3.0.77.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cloudimpl.outstack/service-example/ -->
<dependency>
<groupId>com.cloudimpl.outstack</groupId>
<artifactId>service-example</artifactId>
<version>3.0.77</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cloudimpl.outstack/service-example/
implementation 'com.cloudimpl.outstack:service-example:3.0.77'
// https://jarcasting.com/artifacts/com.cloudimpl.outstack/service-example/
implementation ("com.cloudimpl.outstack:service-example:3.0.77")
'com.cloudimpl.outstack:service-example:pom:3.0.77'
<dependency org="com.cloudimpl.outstack" name="service-example" rev="3.0.77">
<artifact name="service-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cloudimpl.outstack', module='service-example', version='3.0.77')
)
libraryDependencies += "com.cloudimpl.outstack" % "service-example" % "3.0.77"
[com.cloudimpl.outstack/service-example "3.0.77"]