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