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