GroupId | GroupIdcom.ge.predix |
---|---|
ArtifactId | ArtifactIdacs |
Version | Version4.7.1 |
Type | Typepom |
Filename | Size |
---|---|
acs-4.7.1.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ge.predix/acs/ -->
<dependency>
<groupId>com.ge.predix</groupId>
<artifactId>acs</artifactId>
<version>4.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ge.predix/acs/
implementation 'com.ge.predix:acs:4.7.1'
// https://jarcasting.com/artifacts/com.ge.predix/acs/
implementation ("com.ge.predix:acs:4.7.1")
'com.ge.predix:acs:pom:4.7.1'
<dependency org="com.ge.predix" name="acs" rev="4.7.1">
<artifact name="acs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ge.predix', module='acs', version='4.7.1')
)
libraryDependencies += "com.ge.predix" % "acs" % "4.7.1"
[com.ge.predix/acs "4.7.1"]