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