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