GroupId | GroupIdcom.cyc.aggregate |
---|---|
ArtifactId | ArtifactIdcyc-api-suite |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
cyc-api-suite-0.1.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cyc.aggregate/cyc-api-suite/ -->
<dependency>
<groupId>com.cyc.aggregate</groupId>
<artifactId>cyc-api-suite</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cyc.aggregate/cyc-api-suite/
implementation 'com.cyc.aggregate:cyc-api-suite:0.1.0'
// https://jarcasting.com/artifacts/com.cyc.aggregate/cyc-api-suite/
implementation ("com.cyc.aggregate:cyc-api-suite:0.1.0")
'com.cyc.aggregate:cyc-api-suite:pom:0.1.0'
<dependency org="com.cyc.aggregate" name="cyc-api-suite" rev="0.1.0">
<artifact name="cyc-api-suite" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cyc.aggregate', module='cyc-api-suite', version='0.1.0')
)
libraryDependencies += "com.cyc.aggregate" % "cyc-api-suite" % "0.1.0"
[com.cyc.aggregate/cyc-api-suite "0.1.0"]