| GroupId | GroupIdcom.cloudimpl.outstack |
|---|---|
| ArtifactId | ArtifactIdservice-example |
| Version | Version3.1.312 |
| Type | Typepom |
| Filename | Size |
|---|---|
| service-example-3.1.312.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.1.312</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cloudimpl.outstack/service-example/
implementation 'com.cloudimpl.outstack:service-example:3.1.312'
// https://jarcasting.com/artifacts/com.cloudimpl.outstack/service-example/
implementation ("com.cloudimpl.outstack:service-example:3.1.312")
'com.cloudimpl.outstack:service-example:pom:3.1.312'
<dependency org="com.cloudimpl.outstack" name="service-example" rev="3.1.312">
<artifact name="service-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cloudimpl.outstack', module='service-example', version='3.1.312')
)
libraryDependencies += "com.cloudimpl.outstack" % "service-example" % "3.1.312"
[com.cloudimpl.outstack/service-example "3.1.312"]