| License | License | 
|---|---|
| GroupId | GroupIdorg.codehaus.mojo | 
| ArtifactId | ArtifactIdanimal-sniffer-annotations | 
| Last Version | Last Version1.21 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionAnimal Sniffer Annotations Animal Sniffer Parent POM. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.codehaus.mojo/animal-sniffer-annotations/ -->
<dependency>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>animal-sniffer-annotations</artifactId>
    <version>1.21</version>
</dependency>// https://jarcasting.com/artifacts/org.codehaus.mojo/animal-sniffer-annotations/
implementation 'org.codehaus.mojo:animal-sniffer-annotations:1.21'// https://jarcasting.com/artifacts/org.codehaus.mojo/animal-sniffer-annotations/
implementation ("org.codehaus.mojo:animal-sniffer-annotations:1.21")'org.codehaus.mojo:animal-sniffer-annotations:jar:1.21'<dependency org="org.codehaus.mojo" name="animal-sniffer-annotations" rev="1.21">
  <artifact name="animal-sniffer-annotations" type="jar" />
</dependency>@Grapes(
@Grab(group='org.codehaus.mojo', module='animal-sniffer-annotations', version='1.21')
)libraryDependencies += "org.codehaus.mojo" % "animal-sniffer-annotations" % "1.21"[org.codehaus.mojo/animal-sniffer-annotations "1.21"]