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