License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.openscoring |
ArtifactId | ArtifactIdclient |
Version | Version1.1.5 |
Type | Typejar |
Description |
DescriptionOpenScoring Client
Command-line client application
|
Filename | Size |
---|---|
client-1.1.5.pom | |
client-1.1.5.jar | 9 KB |
client-1.1.5-sources.jar | 6 KB |
client-1.1.5-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openscoring/client/ -->
<dependency>
<groupId>org.openscoring</groupId>
<artifactId>client</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.openscoring/client/
implementation 'org.openscoring:client:1.1.5'
// https://jarcasting.com/artifacts/org.openscoring/client/
implementation ("org.openscoring:client:1.1.5")
'org.openscoring:client:jar:1.1.5'
<dependency org="org.openscoring" name="client" rev="1.1.5">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openscoring', module='client', version='1.1.5')
)
libraryDependencies += "org.openscoring" % "client" % "1.1.5"
[org.openscoring/client "1.1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.openscoring : common | jar | 1.1.5 |
com.beust : jcommander | jar | 1.35 |
com.google.guava : guava | jar | 17.0 |
org.glassfish.jersey.core : jersey-client | jar | 2.11 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.11 |