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