Categories |
CategoriesNet Governator Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.netflix.governator |
ArtifactId | ArtifactIdgovernator-annotations |
Version | Version1.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.netflix.governator/governator-annotations/ -->
<dependency>
<groupId>com.netflix.governator</groupId>
<artifactId>governator-annotations</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.governator/governator-annotations/
implementation 'com.netflix.governator:governator-annotations:1.9.0'
// https://jarcasting.com/artifacts/com.netflix.governator/governator-annotations/
implementation ("com.netflix.governator:governator-annotations:1.9.0")
'com.netflix.governator:governator-annotations:jar:1.9.0'
<dependency org="com.netflix.governator" name="governator-annotations" rev="1.9.0">
<artifact name="governator-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.governator', module='governator-annotations', version='1.9.0')
)
libraryDependencies += "com.netflix.governator" % "governator-annotations" % "1.9.0"
[com.netflix.governator/governator-annotations "1.9.0"]