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