Categories |
CategoriesCLI User Interface Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.crazyyak.dev |
ArtifactId | ArtifactIdyak-dev-jersey-client |
Version | Version2.4.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.crazyyak.dev/yak-dev-jersey-client/ -->
<dependency>
<groupId>org.crazyyak.dev</groupId>
<artifactId>yak-dev-jersey-client</artifactId>
<version>2.4.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.crazyyak.dev/yak-dev-jersey-client/
implementation 'org.crazyyak.dev:yak-dev-jersey-client:2.4.10'
// https://jarcasting.com/artifacts/org.crazyyak.dev/yak-dev-jersey-client/
implementation ("org.crazyyak.dev:yak-dev-jersey-client:2.4.10")
'org.crazyyak.dev:yak-dev-jersey-client:jar:2.4.10'
<dependency org="org.crazyyak.dev" name="yak-dev-jersey-client" rev="2.4.10">
<artifact name="yak-dev-jersey-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crazyyak.dev', module='yak-dev-jersey-client', version='2.4.10')
)
libraryDependencies += "org.crazyyak.dev" % "yak-dev-jersey-client" % "2.4.10"
[org.crazyyak.dev/yak-dev-jersey-client "2.4.10"]