License |
License |
---|---|
GroupId | GroupIdio.joshworks |
ArtifactId | ArtifactIdintegration-test |
Version | Version0.2 |
Type | Typejar |
Description |
DescriptionA tiny and powerful server for Java 8
|
Filename | Size |
---|---|
integration-test-0.2.pom | |
integration-test-0.2.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.joshworks/integration-test/ -->
<dependency>
<groupId>io.joshworks</groupId>
<artifactId>integration-test</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.joshworks/integration-test/
implementation 'io.joshworks:integration-test:0.2'
// https://jarcasting.com/artifacts/io.joshworks/integration-test/
implementation ("io.joshworks:integration-test:0.2")
'io.joshworks:integration-test:jar:0.2'
<dependency org="io.joshworks" name="integration-test" rev="0.2">
<artifact name="integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.joshworks', module='integration-test', version='0.2')
)
libraryDependencies += "io.joshworks" % "integration-test" % "0.2"
[io.joshworks/integration-test "0.2"]
Group / Artifact | Type | Version |
---|---|---|
io.joshworks : snappy | jar | 0.2 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.1 |
junit : junit | jar | 4.12 |