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