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