Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.skjolber.json-log-filter |
ArtifactId | ArtifactIdcore |
Version | Version1.0.13 |
Type | Typejar |
Filename | Size |
---|---|
core-1.0.13.pom | |
core-1.0.13.jar | 24 KB |
core-1.0.13-sources.jar | 18 KB |
core-1.0.13-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skjolber.json-log-filter/core/ -->
<dependency>
<groupId>com.github.skjolber.json-log-filter</groupId>
<artifactId>core</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skjolber.json-log-filter/core/
implementation 'com.github.skjolber.json-log-filter:core:1.0.13'
// https://jarcasting.com/artifacts/com.github.skjolber.json-log-filter/core/
implementation ("com.github.skjolber.json-log-filter:core:1.0.13")
'com.github.skjolber.json-log-filter:core:jar:1.0.13'
<dependency org="com.github.skjolber.json-log-filter" name="core" rev="1.0.13">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skjolber.json-log-filter', module='core', version='1.0.13')
)
libraryDependencies += "com.github.skjolber.json-log-filter" % "core" % "1.0.13"
[com.github.skjolber.json-log-filter/core "1.0.13"]