| License |
License |
|---|---|
| GroupId | GroupIdio.github.jzdayz |
| ArtifactId | ArtifactIdtests |
| Version | Version2.0 |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| tests-2.0.pom | |
| tests-2.0.jar | 3 KB |
| tests-2.0-sources.jar | 1 KB |
| tests-2.0-javadoc.jar | 392 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.jzdayz/tests/ -->
<dependency>
<groupId>io.github.jzdayz</groupId>
<artifactId>tests</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jzdayz/tests/
implementation 'io.github.jzdayz:tests:2.0'
// https://jarcasting.com/artifacts/io.github.jzdayz/tests/
implementation ("io.github.jzdayz:tests:2.0")
'io.github.jzdayz:tests:jar:2.0'
<dependency org="io.github.jzdayz" name="tests" rev="2.0">
<artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jzdayz', module='tests', version='2.0')
)
libraryDependencies += "io.github.jzdayz" % "tests" % "2.0"
[io.github.jzdayz/tests "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.zaxxer : HikariCP | jar | 3.4.0 |
| org.apache.hive : hive-jdbc | jar | 3.1.1 |
| org.springframework : spring-jdbc | jar | 5.1.9.RELEASE |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.10 |