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