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