License |
License |
---|---|
Categories |
CategoriesCLI User Interface Jersey Program Interface REST Frameworks Bootique Web Frameworks |
GroupId | GroupIdio.bootique.jersey.client |
ArtifactId | ArtifactIdbootique-jersey-client-parent |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionbootique-jersey-client-parent: Parent of HTTP client integrated with Bootique, built on top of Jersey.
Parent POM of An HTTP client Bootique integration.
|
Project Organization |
Project OrganizationObjectStyle LLC |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bootique-jersey-client-parent-1.3.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.jersey.client/bootique-jersey-client-parent/ -->
<dependency>
<groupId>io.bootique.jersey.client</groupId>
<artifactId>bootique-jersey-client-parent</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.jersey.client/bootique-jersey-client-parent/
implementation 'io.bootique.jersey.client:bootique-jersey-client-parent:1.3'
// https://jarcasting.com/artifacts/io.bootique.jersey.client/bootique-jersey-client-parent/
implementation ("io.bootique.jersey.client:bootique-jersey-client-parent:1.3")
'io.bootique.jersey.client:bootique-jersey-client-parent:pom:1.3'
<dependency org="io.bootique.jersey.client" name="bootique-jersey-client-parent" rev="1.3">
<artifact name="bootique-jersey-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bootique.jersey.client', module='bootique-jersey-client-parent', version='1.3')
)
libraryDependencies += "io.bootique.jersey.client" % "bootique-jersey-client-parent" % "1.3"
[io.bootique.jersey.client/bootique-jersey-client-parent "1.3"]