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