Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.jslsolucoes |
ArtifactId | ArtifactIdjax-rs-client-se |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
jax-rs-client-se-1.0.6.pom | |
jax-rs-client-se-1.0.6.jar | 16 KB |
jax-rs-client-se-1.0.6-sources.jar | 10 KB |
jax-rs-client-se-1.0.6-javadoc.jar | 93 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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.jslsolucoes/jax-rs-client-se/
implementation 'com.jslsolucoes:jax-rs-client-se:1.0.6'
// https://jarcasting.com/artifacts/com.jslsolucoes/jax-rs-client-se/
implementation ("com.jslsolucoes:jax-rs-client-se:1.0.6")
'com.jslsolucoes:jax-rs-client-se:jar:1.0.6'
<dependency org="com.jslsolucoes" name="jax-rs-client-se" rev="1.0.6">
<artifact name="jax-rs-client-se" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jslsolucoes', module='jax-rs-client-se', version='1.0.6')
)
libraryDependencies += "com.jslsolucoes" % "jax-rs-client-se" % "1.0.6"
[com.jslsolucoes/jax-rs-client-se "1.0.6"]