Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.jslsolucoes |
ArtifactId | ArtifactIdjax-rs-client-se |
Version | Version1.0.22 |
Type | Typejar |
Filename | Size |
---|---|
jax-rs-client-se-1.0.22.pom | |
jax-rs-client-se-1.0.22.jar | 20 KB |
jax-rs-client-se-1.0.22-sources.jar | 11 KB |
jax-rs-client-se-1.0.22-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jslsolucoes/jax-rs-client-se/ -->
<dependency>
<groupId>com.jslsolucoes</groupId>
<artifactId>jax-rs-client-se</artifactId>
<version>1.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.jslsolucoes/jax-rs-client-se/
implementation 'com.jslsolucoes:jax-rs-client-se:1.0.22'
// https://jarcasting.com/artifacts/com.jslsolucoes/jax-rs-client-se/
implementation ("com.jslsolucoes:jax-rs-client-se:1.0.22")
'com.jslsolucoes:jax-rs-client-se:jar:1.0.22'
<dependency org="com.jslsolucoes" name="jax-rs-client-se" rev="1.0.22">
<artifact name="jax-rs-client-se" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jslsolucoes', module='jax-rs-client-se', version='1.0.22')
)
libraryDependencies += "com.jslsolucoes" % "jax-rs-client-se" % "1.0.22"
[com.jslsolucoes/jax-rs-client-se "1.0.22"]