GroupId | GroupIdcom.hack23.cia |
---|---|
ArtifactId | ArtifactIdcia-all |
Version | Version2016.1.10 |
Type | Typepom |
Filename | Size |
---|---|
cia-all-2016.1.10.pom | 930 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.hack23.cia/cia-all/ -->
<dependency>
<groupId>com.hack23.cia</groupId>
<artifactId>cia-all</artifactId>
<version>2016.1.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hack23.cia/cia-all/
implementation 'com.hack23.cia:cia-all:2016.1.10'
// https://jarcasting.com/artifacts/com.hack23.cia/cia-all/
implementation ("com.hack23.cia:cia-all:2016.1.10")
'com.hack23.cia:cia-all:pom:2016.1.10'
<dependency org="com.hack23.cia" name="cia-all" rev="2016.1.10">
<artifact name="cia-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hack23.cia', module='cia-all', version='2016.1.10')
)
libraryDependencies += "com.hack23.cia" % "cia-all" % "2016.1.10"
[com.hack23.cia/cia-all "2016.1.10"]