GroupId | GroupIdcom.github.bingoohuang |
---|---|
ArtifactId | ArtifactIdlogmask |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
logmask-0.0.2.pom | |
logmask-0.0.2-sources.jar | 19 KB |
logmask-0.0.2-javadoc.jar | 156 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bingoohuang/logmask/ -->
<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>logmask</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bingoohuang/logmask/
implementation 'com.github.bingoohuang:logmask:0.0.2'
// https://jarcasting.com/artifacts/com.github.bingoohuang/logmask/
implementation ("com.github.bingoohuang:logmask:0.0.2")
'com.github.bingoohuang:logmask:jar:0.0.2'
<dependency org="com.github.bingoohuang" name="logmask" rev="0.0.2">
<artifact name="logmask" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='logmask', version='0.0.2')
)
libraryDependencies += "com.github.bingoohuang" % "logmask" % "0.0.2"
[com.github.bingoohuang/logmask "0.0.2"]