License |
License |
---|---|
GroupId | GroupIdorg.apiwatch |
ArtifactId | ArtifactIdapiwatch-annotations |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAPIWatch Annotation Processors
API stability surveillance tool
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
apiwatch-annotations-1.0.pom | |
apiwatch-annotations-1.0.jar | 5 KB |
apiwatch-annotations-1.0-sources.jar | 2 KB |
apiwatch-annotations-1.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apiwatch/apiwatch-annotations/ -->
<dependency>
<groupId>org.apiwatch</groupId>
<artifactId>apiwatch-annotations</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apiwatch/apiwatch-annotations/
implementation 'org.apiwatch:apiwatch-annotations:1.0'
// https://jarcasting.com/artifacts/org.apiwatch/apiwatch-annotations/
implementation ("org.apiwatch:apiwatch-annotations:1.0")
'org.apiwatch:apiwatch-annotations:jar:1.0'
<dependency org="org.apiwatch" name="apiwatch-annotations" rev="1.0">
<artifact name="apiwatch-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apiwatch', module='apiwatch-annotations', version='1.0')
)
libraryDependencies += "org.apiwatch" % "apiwatch-annotations" % "1.0"
[org.apiwatch/apiwatch-annotations "1.0"]