GroupId | GroupIdcom.scarabsoft |
---|---|
ArtifactId | ArtifactIdjrest-interceptor |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
jrest-interceptor-1.0.2.pom | |
jrest-interceptor-1.0.2.jar | 6 KB |
jrest-interceptor-1.0.2-sources.jar | 3 KB |
jrest-interceptor-1.0.2-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.scarabsoft/jrest-interceptor/ -->
<dependency>
<groupId>com.scarabsoft</groupId>
<artifactId>jrest-interceptor</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.scarabsoft/jrest-interceptor/
implementation 'com.scarabsoft:jrest-interceptor:1.0.2'
// https://jarcasting.com/artifacts/com.scarabsoft/jrest-interceptor/
implementation ("com.scarabsoft:jrest-interceptor:1.0.2")
'com.scarabsoft:jrest-interceptor:jar:1.0.2'
<dependency org="com.scarabsoft" name="jrest-interceptor" rev="1.0.2">
<artifact name="jrest-interceptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scarabsoft', module='jrest-interceptor', version='1.0.2')
)
libraryDependencies += "com.scarabsoft" % "jrest-interceptor" % "1.0.2"
[com.scarabsoft/jrest-interceptor "1.0.2"]