GroupId | GroupIdcom.testerum |
---|---|
ArtifactId | ArtifactIdreport-server-frontend |
Version | Version4.0.1 |
Type | Typejar |
Filename | Size |
---|---|
report-server-frontend-4.0.1.pom | |
report-server-frontend-4.0.1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testerum/report-server-frontend/ -->
<dependency>
<groupId>com.testerum</groupId>
<artifactId>report-server-frontend</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.testerum/report-server-frontend/
implementation 'com.testerum:report-server-frontend:4.0.1'
// https://jarcasting.com/artifacts/com.testerum/report-server-frontend/
implementation ("com.testerum:report-server-frontend:4.0.1")
'com.testerum:report-server-frontend:jar:4.0.1'
<dependency org="com.testerum" name="report-server-frontend" rev="4.0.1">
<artifact name="report-server-frontend" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testerum', module='report-server-frontend', version='4.0.1')
)
libraryDependencies += "com.testerum" % "report-server-frontend" % "4.0.1"
[com.testerum/report-server-frontend "4.0.1"]