License |
License |
---|---|
GroupId | GroupIdorg.revapi |
ArtifactId | ArtifactIdrevapi-parent |
Last Version | Last Version15 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionRevapi parent
Parent POM for revapi projects. Common deps and site.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
revapi-parent-15.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.revapi/revapi-parent/ -->
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-parent</artifactId>
<version>15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.revapi/revapi-parent/
implementation 'org.revapi:revapi-parent:15'
// https://jarcasting.com/artifacts/org.revapi/revapi-parent/
implementation ("org.revapi:revapi-parent:15")
'org.revapi:revapi-parent:pom:15'
<dependency org="org.revapi" name="revapi-parent" rev="15">
<artifact name="revapi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.revapi', module='revapi-parent', version='15')
)
libraryDependencies += "org.revapi" % "revapi-parent" % "15"
[org.revapi/revapi-parent "15"]