GroupId | GroupIdio.joshworks |
---|---|
ArtifactId | ArtifactIdintegration-test |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
integration-test-0.1.pom | |
integration-test-0.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.joshworks/integration-test/ -->
<dependency>
<groupId>io.joshworks</groupId>
<artifactId>integration-test</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.joshworks/integration-test/
implementation 'io.joshworks:integration-test:0.1'
// https://jarcasting.com/artifacts/io.joshworks/integration-test/
implementation ("io.joshworks:integration-test:0.1")
'io.joshworks:integration-test:jar:0.1'
<dependency org="io.joshworks" name="integration-test" rev="0.1">
<artifact name="integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.joshworks', module='integration-test', version='0.1')
)
libraryDependencies += "io.joshworks" % "integration-test" % "0.1"
[io.joshworks/integration-test "0.1"]