Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.wealdtech.hawk |
ArtifactId | ArtifactIdhawk-server-jersey |
Version | Version0.13.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.wealdtech.hawk/hawk-server-jersey/ -->
<dependency>
<groupId>com.wealdtech.hawk</groupId>
<artifactId>hawk-server-jersey</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wealdtech.hawk/hawk-server-jersey/
implementation 'com.wealdtech.hawk:hawk-server-jersey:0.13.0'
// https://jarcasting.com/artifacts/com.wealdtech.hawk/hawk-server-jersey/
implementation ("com.wealdtech.hawk:hawk-server-jersey:0.13.0")
'com.wealdtech.hawk:hawk-server-jersey:jar:0.13.0'
<dependency org="com.wealdtech.hawk" name="hawk-server-jersey" rev="0.13.0">
<artifact name="hawk-server-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wealdtech.hawk', module='hawk-server-jersey', version='0.13.0')
)
libraryDependencies += "com.wealdtech.hawk" % "hawk-server-jersey" % "0.13.0"
[com.wealdtech.hawk/hawk-server-jersey "0.13.0"]