JavaTest

Parent POM for all JavaTest projects

License

License

GroupId

GroupId

io.github.olib963
ArtifactId

ArtifactId

javatest
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

JavaTest
Parent POM for all JavaTest projects

Download javatest

Filename Size
javatest-0.2.0.pom 967 bytes
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • javatest-core
  • javatest-benchmark
  • javatest-eventually
  • javatest-fixtures
  • javatest-junit
  • javatest-matchers
  • javatest-parameterised
  • javatest-reflection

Versions

Version
0.2.0
0.1.0