Categories |
CategoriesReporting Business Logic Libraries |
---|---|
GroupId | GroupIdcom.github.vatbub |
ArtifactId | ArtifactIdcommon.view.reporting |
Version | Version0.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.vatbub/common.view.reporting/ -->
<dependency>
<groupId>com.github.vatbub</groupId>
<artifactId>common.view.reporting</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vatbub/common.view.reporting/
implementation 'com.github.vatbub:common.view.reporting:0.1.3'
// https://jarcasting.com/artifacts/com.github.vatbub/common.view.reporting/
implementation ("com.github.vatbub:common.view.reporting:0.1.3")
'com.github.vatbub:common.view.reporting:jar:0.1.3'
<dependency org="com.github.vatbub" name="common.view.reporting" rev="0.1.3">
<artifact name="common.view.reporting" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vatbub', module='common.view.reporting', version='0.1.3')
)
libraryDependencies += "com.github.vatbub" % "common.view.reporting" % "0.1.3"
[com.github.vatbub/common.view.reporting "0.1.3"]