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