Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.milo |
ArtifactId | ArtifactIdintegration-tests |
Version | Version0.5.3 |
Type | Typejar |
Filename | Size |
---|---|
integration-tests-0.5.3.pom | |
integration-tests-0.5.3.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.milo/integration-tests/ -->
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>integration-tests</artifactId>
<version>0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.milo/integration-tests/
implementation 'org.eclipse.milo:integration-tests:0.5.3'
// https://jarcasting.com/artifacts/org.eclipse.milo/integration-tests/
implementation ("org.eclipse.milo:integration-tests:0.5.3")
'org.eclipse.milo:integration-tests:jar:0.5.3'
<dependency org="org.eclipse.milo" name="integration-tests" rev="0.5.3">
<artifact name="integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.milo', module='integration-tests', version='0.5.3')
)
libraryDependencies += "org.eclipse.milo" % "integration-tests" % "0.5.3"
[org.eclipse.milo/integration-tests "0.5.3"]