Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.metaversant |
ArtifactId | ArtifactIdintegration-tests |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
integration-tests-1.0.1.pom | |
integration-tests-1.0.1.jar | 2 KB |
integration-tests-1.0.1-tests.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.metaversant/integration-tests/ -->
<dependency>
<groupId>com.metaversant</groupId>
<artifactId>integration-tests</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.metaversant/integration-tests/
implementation 'com.metaversant:integration-tests:1.0.1'
// https://jarcasting.com/artifacts/com.metaversant/integration-tests/
implementation ("com.metaversant:integration-tests:1.0.1")
'com.metaversant:integration-tests:jar:1.0.1'
<dependency org="com.metaversant" name="integration-tests" rev="1.0.1">
<artifact name="integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metaversant', module='integration-tests', version='1.0.1')
)
libraryDependencies += "com.metaversant" % "integration-tests" % "1.0.1"
[com.metaversant/integration-tests "1.0.1"]