GroupId | GroupIdorg.apache.meecrowave |
---|---|
ArtifactId | ArtifactIdintegration-tests |
Version | Version0.3.0 |
Type | Typepom |
Filename | Size |
---|---|
integration-tests-0.3.0.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.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.meecrowave/integration-tests/
implementation 'org.apache.meecrowave:integration-tests:0.3.0'
// https://jarcasting.com/artifacts/org.apache.meecrowave/integration-tests/
implementation ("org.apache.meecrowave:integration-tests:0.3.0")
'org.apache.meecrowave:integration-tests:pom:0.3.0'
<dependency org="org.apache.meecrowave" name="integration-tests" rev="0.3.0">
<artifact name="integration-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.meecrowave', module='integration-tests', version='0.3.0')
)
libraryDependencies += "org.apache.meecrowave" % "integration-tests" % "0.3.0"
[org.apache.meecrowave/integration-tests "0.3.0"]