| Categories |
CategoriesNet Governator Application Layer Libs Dependency Injection Jersey Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdcom.netflix.governator |
| ArtifactId | ArtifactIdgovernator-jersey |
| Version | Version1.14.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| governator-jersey-1.14.4.pom | |
| governator-jersey-1.14.4.jar | 12 KB |
| governator-jersey-1.14.4-sources.jar | 6 KB |
| governator-jersey-1.14.4-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.governator/governator-jersey/ -->
<dependency>
<groupId>com.netflix.governator</groupId>
<artifactId>governator-jersey</artifactId>
<version>1.14.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.governator/governator-jersey/
implementation 'com.netflix.governator:governator-jersey:1.14.4'
// https://jarcasting.com/artifacts/com.netflix.governator/governator-jersey/
implementation ("com.netflix.governator:governator-jersey:1.14.4")
'com.netflix.governator:governator-jersey:jar:1.14.4'
<dependency org="com.netflix.governator" name="governator-jersey" rev="1.14.4">
<artifact name="governator-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.governator', module='governator-jersey', version='1.14.4')
)
libraryDependencies += "com.netflix.governator" % "governator-jersey" % "1.14.4"
[com.netflix.governator/governator-jersey "1.14.4"]