GroupId | GroupIdorg.apache.meecrowave |
---|---|
ArtifactId | ArtifactIdintegration-tests |
Version | Version0.3.1 |
Type | Typepom |
Filename | Size |
---|---|
integration-tests-0.3.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.meecrowave/integration-tests/ -->
<dependency>
<groupId>org.apache.meecrowave</groupId>
<artifactId>integration-tests</artifactId>
<version>0.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.meecrowave/integration-tests/
implementation 'org.apache.meecrowave:integration-tests:0.3.1'
// https://jarcasting.com/artifacts/org.apache.meecrowave/integration-tests/
implementation ("org.apache.meecrowave:integration-tests:0.3.1")
'org.apache.meecrowave:integration-tests:pom:0.3.1'
<dependency org="org.apache.meecrowave" name="integration-tests" rev="0.3.1">
<artifact name="integration-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.meecrowave', module='integration-tests', version='0.3.1')
)
libraryDependencies += "org.apache.meecrowave" % "integration-tests" % "0.3.1"
[org.apache.meecrowave/integration-tests "0.3.1"]