License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Jersey Program Interface REST Frameworks |
GroupId | GroupIdcom.github.isopropylcyanide |
ArtifactId | ArtifactIdjersey-log-utils |
Version | Version1.3 |
Type | Typejar |
Description |
DescriptionLog Filter Utils
A set of helpful utilities for the conventional log filters
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jersey-log-utils-1.3.pom | |
jersey-log-utils-1.3.jar | 22 KB |
jersey-log-utils-1.3-sources.jar | 12 KB |
jersey-log-utils-1.3-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.isopropylcyanide/jersey-log-utils/ -->
<dependency>
<groupId>com.github.isopropylcyanide</groupId>
<artifactId>jersey-log-utils</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.isopropylcyanide/jersey-log-utils/
implementation 'com.github.isopropylcyanide:jersey-log-utils:1.3'
// https://jarcasting.com/artifacts/com.github.isopropylcyanide/jersey-log-utils/
implementation ("com.github.isopropylcyanide:jersey-log-utils:1.3")
'com.github.isopropylcyanide:jersey-log-utils:jar:1.3'
<dependency org="com.github.isopropylcyanide" name="jersey-log-utils" rev="1.3">
<artifact name="jersey-log-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.isopropylcyanide', module='jersey-log-utils', version='1.3')
)
libraryDependencies += "com.github.isopropylcyanide" % "jersey-log-utils" % "1.3"
[com.github.isopropylcyanide/jersey-log-utils "1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.core : jersey-server | jar | 2.25.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.0.0 |
junit : junit | jar | 4.12 |