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