| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.ow2.frascati.examples |
| ArtifactId | ArtifactIdcounter-client |
| Version | Version1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| counter-client-1.3.pom | |
| counter-client-1.3.jar | 11 KB |
| counter-client-1.3-sources.jar | 7 KB |
| counter-client-1.3-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/counter-client/ -->
<dependency>
<groupId>org.ow2.frascati.examples</groupId>
<artifactId>counter-client</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/counter-client/
implementation 'org.ow2.frascati.examples:counter-client:1.3'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/counter-client/
implementation ("org.ow2.frascati.examples:counter-client:1.3")
'org.ow2.frascati.examples:counter-client:jar:1.3'
<dependency org="org.ow2.frascati.examples" name="counter-client" rev="1.3">
<artifact name="counter-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='counter-client', version='1.3')
)
libraryDependencies += "org.ow2.frascati.examples" % "counter-client" % "1.3"
[org.ow2.frascati.examples/counter-client "1.3"]