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