Last Version

org.revapi.testjars:testjars-core 0.3.0

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.testjars
ArtifactId

ArtifactId

testjars-core
Version

Version

0.3.0
Type

Type

jar
Description

Description

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

Project Organization

Lukas Krejci

Download testjars-core 0.3.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.5

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.