Categories |
CategoriesReporting Business Logic Libraries |
---|---|
GroupId | GroupIdorg.wso2.carbon.commons |
ArtifactId | ArtifactIdreporting |
Version | Version4.4.3 |
Type | Typepom |
Filename | Size |
---|---|
reporting-4.4.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.commons/reporting/ -->
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>reporting</artifactId>
<version>4.4.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/reporting/
implementation 'org.wso2.carbon.commons:reporting:4.4.3'
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/reporting/
implementation ("org.wso2.carbon.commons:reporting:4.4.3")
'org.wso2.carbon.commons:reporting:pom:4.4.3'
<dependency org="org.wso2.carbon.commons" name="reporting" rev="4.4.3">
<artifact name="reporting" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='reporting', version='4.4.3')
)
libraryDependencies += "org.wso2.carbon.commons" % "reporting" % "4.4.3"
[org.wso2.carbon.commons/reporting "4.4.3"]