Last Version

Revapi Build Parent 45

This module is meant to serve as parent for other modules that actually contain code and need to depend on other libraries.

License

License

GroupId

GroupId

org.revapi
ArtifactId

ArtifactId

revapi-build
Version

Version

45
Type

Type

pom
Description

Description

Revapi Build Parent
This module is meant to serve as parent for other modules that actually contain code and need to depend on other libraries.
Project URL

Project URL

https://revapi.org
Project Organization

Project Organization

Lukas Krejci
Source Code Management

Source Code Management

https://github.com/revapi/revapi

Download revapi-build 45

Filename Size
revapi-build-45.pom 28 KB
Browse

<!-- https://jarcasting.com/artifacts/org.revapi/revapi-build/ -->
<dependency>
    <groupId>org.revapi</groupId>
    <artifactId>revapi-build</artifactId>
    <version>45</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.revapi/revapi-build/
implementation 'org.revapi:revapi-build:45'
// https://jarcasting.com/artifacts/org.revapi/revapi-build/
implementation ("org.revapi:revapi-build:45")
'org.revapi:revapi-build:pom:45'
<dependency org="org.revapi" name="revapi-build" rev="45">
  <artifact name="revapi-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.revapi', module='revapi-build', version='45')
)
libraryDependencies += "org.revapi" % "revapi-build" % "45"
[org.revapi/revapi-build "45"]

Dependencies

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : annotations jar 3.0.0

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
org.junit.vintage : junit-vintage-engine jar

Project Modules

There are no modules declared in this project.