License |
License |
---|---|
GroupId | GroupIdorg.apiwatch |
ArtifactId | ArtifactIdapiwatch-parent |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAPIWatch
API stability surveillance tool
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
apiwatch-parent-0.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apiwatch/apiwatch-parent/ -->
<dependency>
<groupId>org.apiwatch</groupId>
<artifactId>apiwatch-parent</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apiwatch/apiwatch-parent/
implementation 'org.apiwatch:apiwatch-parent:0.1'
// https://jarcasting.com/artifacts/org.apiwatch/apiwatch-parent/
implementation ("org.apiwatch:apiwatch-parent:0.1")
'org.apiwatch:apiwatch-parent:pom:0.1'
<dependency org="org.apiwatch" name="apiwatch-parent" rev="0.1">
<artifact name="apiwatch-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apiwatch', module='apiwatch-parent', version='0.1')
)
libraryDependencies += "org.apiwatch" % "apiwatch-parent" % "0.1"
[org.apiwatch/apiwatch-parent "0.1"]