GroupId | GroupIdcom.logitags |
---|---|
ArtifactId | ArtifactIdcibet |
Version | Version1.9 |
Type | Typejar |
Filename | Size |
---|---|
cibet-1.9.pom | |
cibet-1.9.jar | 681 KB |
cibet-1.9-tests.jar | 1 MB |
cibet-1.9-test-sources.jar | 631 KB |
cibet-1.9-sources.jar | 450 KB |
cibet-1.9-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.logitags/cibet/ -->
<dependency>
<groupId>com.logitags</groupId>
<artifactId>cibet</artifactId>
<version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.logitags/cibet/
implementation 'com.logitags:cibet:1.9'
// https://jarcasting.com/artifacts/com.logitags/cibet/
implementation ("com.logitags:cibet:1.9")
'com.logitags:cibet:jar:1.9'
<dependency org="com.logitags" name="cibet" rev="1.9">
<artifact name="cibet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.logitags', module='cibet', version='1.9')
)
libraryDependencies += "com.logitags" % "cibet" % "1.9"
[com.logitags/cibet "1.9"]