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