Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity.framework |
ArtifactId | ArtifactIdcentral-logger |
Version | Version5.20.203 |
Type | Typepom |
Filename | Size |
---|---|
central-logger-5.20.203.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.framework/central-logger/ -->
<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>central-logger</artifactId>
<version>5.20.203</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.framework/central-logger/
implementation 'org.wso2.carbon.identity.framework:central-logger:5.20.203'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.framework/central-logger/
implementation ("org.wso2.carbon.identity.framework:central-logger:5.20.203")
'org.wso2.carbon.identity.framework:central-logger:pom:5.20.203'
<dependency org="org.wso2.carbon.identity.framework" name="central-logger" rev="5.20.203">
<artifact name="central-logger" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.framework', module='central-logger', version='5.20.203')
)
libraryDependencies += "org.wso2.carbon.identity.framework" % "central-logger" % "5.20.203"
[org.wso2.carbon.identity.framework/central-logger "5.20.203"]