GroupId | GroupIdtop.wboost |
---|---|
ArtifactId | ArtifactIdcommon-log |
Version | Version3.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
common-log-3.0.RELEASE.pom | |
common-log-3.0.RELEASE.jar | 11 KB |
common-log-3.0.RELEASE-sources.jar | 8 KB |
common-log-3.0.RELEASE-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.wboost/common-log/ -->
<dependency>
<groupId>top.wboost</groupId>
<artifactId>common-log</artifactId>
<version>3.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.wboost/common-log/
implementation 'top.wboost:common-log:3.0.RELEASE'
// https://jarcasting.com/artifacts/top.wboost/common-log/
implementation ("top.wboost:common-log:3.0.RELEASE")
'top.wboost:common-log:jar:3.0.RELEASE'
<dependency org="top.wboost" name="common-log" rev="3.0.RELEASE">
<artifact name="common-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.wboost', module='common-log', version='3.0.RELEASE')
)
libraryDependencies += "top.wboost" % "common-log" % "3.0.RELEASE"
[top.wboost/common-log "3.0.RELEASE"]