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