GroupId | GroupIdcom.citahub.cita-ee |
---|---|
ArtifactId | ArtifactIdabi |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
abi-1.2.0.pom | |
abi-1.2.0.jar | 118 KB |
abi-1.2.0-tests.jar | 37 KB |
abi-1.2.0-sources.jar | 79 KB |
abi-1.2.0-javadoc.jar | 437 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.citahub.cita-ee/abi/ -->
<dependency>
<groupId>com.citahub.cita-ee</groupId>
<artifactId>abi</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.citahub.cita-ee/abi/
implementation 'com.citahub.cita-ee:abi:1.2.0'
// https://jarcasting.com/artifacts/com.citahub.cita-ee/abi/
implementation ("com.citahub.cita-ee:abi:1.2.0")
'com.citahub.cita-ee:abi:jar:1.2.0'
<dependency org="com.citahub.cita-ee" name="abi" rev="1.2.0">
<artifact name="abi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.citahub.cita-ee', module='abi', version='1.2.0')
)
libraryDependencies += "com.citahub.cita-ee" % "abi" % "1.2.0"
[com.citahub.cita-ee/abi "1.2.0"]