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