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