Categories |
CategoriesTape Data Data Structures |
---|---|
GroupId | GroupIdcom.cryptape.cita |
ArtifactId | ArtifactIdtests |
Version | Version0.20.3.1 |
Type | Typejar |
Filename | Size |
---|---|
tests-0.20.3.1.pom | |
tests-0.20.3.1.jar | 102 KB |
tests-0.20.3.1-tests.jar | 261 bytes |
tests-0.20.3.1-sources.jar | 44 KB |
tests-0.20.3.1-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cryptape.cita/tests/ -->
<dependency>
<groupId>com.cryptape.cita</groupId>
<artifactId>tests</artifactId>
<version>0.20.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cryptape.cita/tests/
implementation 'com.cryptape.cita:tests:0.20.3.1'
// https://jarcasting.com/artifacts/com.cryptape.cita/tests/
implementation ("com.cryptape.cita:tests:0.20.3.1")
'com.cryptape.cita:tests:jar:0.20.3.1'
<dependency org="com.cryptape.cita" name="tests" rev="0.20.3.1">
<artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cryptape.cita', module='tests', version='0.20.3.1')
)
libraryDependencies += "com.cryptape.cita" % "tests" % "0.20.3.1"
[com.cryptape.cita/tests "0.20.3.1"]