GroupId | GroupIdcom.github.clarkstore |
---|---|
ArtifactId | ArtifactIdos-common-log |
Version | Version0.6.8 |
Type | Typejar |
Filename | Size |
---|---|
os-common-log-0.6.8.pom | |
os-common-log-0.6.8.jar | 11 KB |
os-common-log-0.6.8-sources.jar | 9 KB |
os-common-log-0.6.8-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.clarkstore/os-common-log/ -->
<dependency>
<groupId>com.github.clarkstore</groupId>
<artifactId>os-common-log</artifactId>
<version>0.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.clarkstore/os-common-log/
implementation 'com.github.clarkstore:os-common-log:0.6.8'
// https://jarcasting.com/artifacts/com.github.clarkstore/os-common-log/
implementation ("com.github.clarkstore:os-common-log:0.6.8")
'com.github.clarkstore:os-common-log:jar:0.6.8'
<dependency org="com.github.clarkstore" name="os-common-log" rev="0.6.8">
<artifact name="os-common-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.clarkstore', module='os-common-log', version='0.6.8')
)
libraryDependencies += "com.github.clarkstore" % "os-common-log" % "0.6.8"
[com.github.clarkstore/os-common-log "0.6.8"]