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