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