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