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