GroupId | GroupIdcom.github.bata19 |
---|---|
ArtifactId | ArtifactIdlog-masking-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
log-masking-core-1.0.0.pom | |
log-masking-core-1.0.0.jar | 27 KB |
log-masking-core-1.0.0-sources.jar | 15 KB |
log-masking-core-1.0.0-javadoc.jar | 538 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bata19/log-masking-core/ -->
<dependency>
<groupId>com.github.bata19</groupId>
<artifactId>log-masking-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bata19/log-masking-core/
implementation 'com.github.bata19:log-masking-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.bata19/log-masking-core/
implementation ("com.github.bata19:log-masking-core:1.0.0")
'com.github.bata19:log-masking-core:jar:1.0.0'
<dependency org="com.github.bata19" name="log-masking-core" rev="1.0.0">
<artifact name="log-masking-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bata19', module='log-masking-core', version='1.0.0')
)
libraryDependencies += "com.github.bata19" % "log-masking-core" % "1.0.0"
[com.github.bata19/log-masking-core "1.0.0"]