Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.milo |
ArtifactId | ArtifactIdsdk-tests |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
sdk-tests-0.5.1.pom | |
sdk-tests-0.5.1.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.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.milo/sdk-tests/
implementation 'org.eclipse.milo:sdk-tests:0.5.1'
// https://jarcasting.com/artifacts/org.eclipse.milo/sdk-tests/
implementation ("org.eclipse.milo:sdk-tests:0.5.1")
'org.eclipse.milo:sdk-tests:jar:0.5.1'
<dependency org="org.eclipse.milo" name="sdk-tests" rev="0.5.1">
<artifact name="sdk-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.milo', module='sdk-tests', version='0.5.1')
)
libraryDependencies += "org.eclipse.milo" % "sdk-tests" % "0.5.1"
[org.eclipse.milo/sdk-tests "0.5.1"]