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