Categories |
CategoriesCLI User Interface Dex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.coodex |
ArtifactId | ArtifactIdconcrete-jaxrs-client |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.coodex/concrete-jaxrs-client/ -->
<dependency>
<groupId>org.coodex</groupId>
<artifactId>concrete-jaxrs-client</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.coodex/concrete-jaxrs-client/
implementation 'org.coodex:concrete-jaxrs-client:0.4.0'
// https://jarcasting.com/artifacts/org.coodex/concrete-jaxrs-client/
implementation ("org.coodex:concrete-jaxrs-client:0.4.0")
'org.coodex:concrete-jaxrs-client:jar:0.4.0'
<dependency org="org.coodex" name="concrete-jaxrs-client" rev="0.4.0">
<artifact name="concrete-jaxrs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.coodex', module='concrete-jaxrs-client', version='0.4.0')
)
libraryDependencies += "org.coodex" % "concrete-jaxrs-client" % "0.4.0"
[org.coodex/concrete-jaxrs-client "0.4.0"]