GroupId | GroupIdcom.logitags |
---|---|
ArtifactId | ArtifactIdcibet |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
cibet-1.2.pom | |
cibet-1.2.jar | 320 KB |
cibet-1.2-sql.jar | 3 KB |
cibet-1.2-sources.jar | 196 KB |
cibet-1.2-javadoc.jar | 938 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.logitags/cibet/ -->
<dependency>
<groupId>com.logitags</groupId>
<artifactId>cibet</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.logitags/cibet/
implementation 'com.logitags:cibet:1.2'
// https://jarcasting.com/artifacts/com.logitags/cibet/
implementation ("com.logitags:cibet:1.2")
'com.logitags:cibet:jar:1.2'
<dependency org="com.logitags" name="cibet" rev="1.2">
<artifact name="cibet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.logitags', module='cibet', version='1.2')
)
libraryDependencies += "com.logitags" % "cibet" % "1.2"
[com.logitags/cibet "1.2"]