Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apertereports |
ArtifactId | ArtifactIdws-client |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
ws-client-2.0.pom | |
ws-client-2.0.jar | 6 KB |
ws-client-2.0-test-sources.jar | 1 KB |
ws-client-2.0-sources.jar | 3 KB |
ws-client-2.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apertereports/ws-client/ -->
<dependency>
<groupId>org.apertereports</groupId>
<artifactId>ws-client</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apertereports/ws-client/
implementation 'org.apertereports:ws-client:2.0'
// https://jarcasting.com/artifacts/org.apertereports/ws-client/
implementation ("org.apertereports:ws-client:2.0")
'org.apertereports:ws-client:jar:2.0'
<dependency org="org.apertereports" name="ws-client" rev="2.0">
<artifact name="ws-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apertereports', module='ws-client', version='2.0')
)
libraryDependencies += "org.apertereports" % "ws-client" % "2.0"
[org.apertereports/ws-client "2.0"]