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