Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.milo |
ArtifactId | ArtifactIdstack-client |
Version | Version0.3.5 |
Type | Typejar |
Filename | Size |
---|---|
stack-client-0.3.5.pom | |
stack-client-0.3.5.jar | 90 KB |
stack-client-0.3.5-sources.jar | 45 KB |
stack-client-0.3.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.milo/stack-client/
implementation 'org.eclipse.milo:stack-client:0.3.5'
// https://jarcasting.com/artifacts/org.eclipse.milo/stack-client/
implementation ("org.eclipse.milo:stack-client:0.3.5")
'org.eclipse.milo:stack-client:jar:0.3.5'
<dependency org="org.eclipse.milo" name="stack-client" rev="0.3.5">
<artifact name="stack-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.milo', module='stack-client', version='0.3.5')
)
libraryDependencies += "org.eclipse.milo" % "stack-client" % "0.3.5"
[org.eclipse.milo/stack-client "0.3.5"]