| Categories |
CategoriesReporting Business Logic Libraries |
|---|---|
| GroupId | GroupIdorg.wso2.carbon.commons |
| ArtifactId | ArtifactIdreporting |
| Version | Version4.5.0-beta1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| reporting-4.5.0-beta1.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.5.0-beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/reporting/
implementation 'org.wso2.carbon.commons:reporting:4.5.0-beta1'
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/reporting/
implementation ("org.wso2.carbon.commons:reporting:4.5.0-beta1")
'org.wso2.carbon.commons:reporting:pom:4.5.0-beta1'
<dependency org="org.wso2.carbon.commons" name="reporting" rev="4.5.0-beta1">
<artifact name="reporting" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='reporting', version='4.5.0-beta1')
)
libraryDependencies += "org.wso2.carbon.commons" % "reporting" % "4.5.0-beta1"
[org.wso2.carbon.commons/reporting "4.5.0-beta1"]