| Categories |
CategoriesNet Governator Application Layer Libs Dependency Injection |
|---|---|
| GroupId | GroupIdcom.netflix.governator |
| ArtifactId | ArtifactIdgovernator-test |
| Version | Version1.17.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| governator-test-1.17.6.pom | |
| governator-test-1.17.6.jar | 19 KB |
| governator-test-1.17.6-sources.jar | 9 KB |
| governator-test-1.17.6-javadoc.jar | 47 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.governator/governator-test/ -->
<dependency>
<groupId>com.netflix.governator</groupId>
<artifactId>governator-test</artifactId>
<version>1.17.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.governator/governator-test/
implementation 'com.netflix.governator:governator-test:1.17.6'
// https://jarcasting.com/artifacts/com.netflix.governator/governator-test/
implementation ("com.netflix.governator:governator-test:1.17.6")
'com.netflix.governator:governator-test:jar:1.17.6'
<dependency org="com.netflix.governator" name="governator-test" rev="1.17.6">
<artifact name="governator-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.governator', module='governator-test', version='1.17.6')
)
libraryDependencies += "com.netflix.governator" % "governator-test" % "1.17.6"
[com.netflix.governator/governator-test "1.17.6"]