GroupId | GroupIdcom.github.nwforrer |
---|---|
ArtifactId | ArtifactIdintegration-tests |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
integration-tests-2.0.0.pom | |
integration-tests-2.0.0.jar | 2 KB |
integration-tests-2.0.0-tests.jar | 8 KB |
integration-tests-2.0.0-sources.jar | 627 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nwforrer/integration-tests/ -->
<dependency>
<groupId>com.github.nwforrer</groupId>
<artifactId>integration-tests</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nwforrer/integration-tests/
implementation 'com.github.nwforrer:integration-tests:2.0.0'
// https://jarcasting.com/artifacts/com.github.nwforrer/integration-tests/
implementation ("com.github.nwforrer:integration-tests:2.0.0")
'com.github.nwforrer:integration-tests:jar:2.0.0'
<dependency org="com.github.nwforrer" name="integration-tests" rev="2.0.0">
<artifact name="integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nwforrer', module='integration-tests', version='2.0.0')
)
libraryDependencies += "com.github.nwforrer" % "integration-tests" % "2.0.0"
[com.github.nwforrer/integration-tests "2.0.0"]