GroupId | GroupIdcom.citahub.cita-ee |
---|---|
ArtifactId | ArtifactIdtests |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
tests-1.3.0.pom | |
tests-1.3.0.jar | 261 bytes |
tests-1.3.0-tests.jar | 104 KB |
tests-1.3.0-sources.jar | 261 bytes |
tests-1.3.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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.citahub.cita-ee/tests/
implementation 'com.citahub.cita-ee:tests:1.3.0'
// https://jarcasting.com/artifacts/com.citahub.cita-ee/tests/
implementation ("com.citahub.cita-ee:tests:1.3.0")
'com.citahub.cita-ee:tests:jar:1.3.0'
<dependency org="com.citahub.cita-ee" name="tests" rev="1.3.0">
<artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.citahub.cita-ee', module='tests', version='1.3.0')
)
libraryDependencies += "com.citahub.cita-ee" % "tests" % "1.3.0"
[com.citahub.cita-ee/tests "1.3.0"]