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