Categories |
CategoriesJasperReports Business Logic Libraries Reporting |
---|---|
GroupId | GroupIdcom.tcdng.unify |
ArtifactId | ArtifactIdunify-jasperreports |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tcdng.unify/unify-jasperreports/ -->
<dependency>
<groupId>com.tcdng.unify</groupId>
<artifactId>unify-jasperreports</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tcdng.unify/unify-jasperreports/
implementation 'com.tcdng.unify:unify-jasperreports:1.1.0'
// https://jarcasting.com/artifacts/com.tcdng.unify/unify-jasperreports/
implementation ("com.tcdng.unify:unify-jasperreports:1.1.0")
'com.tcdng.unify:unify-jasperreports:jar:1.1.0'
<dependency org="com.tcdng.unify" name="unify-jasperreports" rev="1.1.0">
<artifact name="unify-jasperreports" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tcdng.unify', module='unify-jasperreports', version='1.1.0')
)
libraryDependencies += "com.tcdng.unify" % "unify-jasperreports" % "1.1.0"
[com.tcdng.unify/unify-jasperreports "1.1.0"]