GroupId | GroupIdcom.citahub.cita-ee |
---|---|
ArtifactId | ArtifactIdtests |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
tests-1.2.0.pom | |
tests-1.2.0.jar | 261 bytes |
tests-1.2.0-tests.jar | 103 KB |
tests-1.2.0-sources.jar | 261 bytes |
tests-1.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.citahub.cita-ee/tests/ -->
<dependency>
<groupId>com.citahub.cita-ee</groupId>
<artifactId>tests</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.citahub.cita-ee/tests/
implementation 'com.citahub.cita-ee:tests:1.2.0'
// https://jarcasting.com/artifacts/com.citahub.cita-ee/tests/
implementation ("com.citahub.cita-ee:tests:1.2.0")
'com.citahub.cita-ee:tests:jar:1.2.0'
<dependency org="com.citahub.cita-ee" name="tests" rev="1.2.0">
<artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.citahub.cita-ee', module='tests', version='1.2.0')
)
libraryDependencies += "com.citahub.cita-ee" % "tests" % "1.2.0"
[com.citahub.cita-ee/tests "1.2.0"]