is not current version
Last Version 1.0.6

org.testifyproject:core 0.9.9

A module that provides core Testify SPI and implementation classes

GroupId

GroupId

org.testifyproject
ArtifactId

ArtifactId

core
Version

Version

0.9.9
Type

Type

jar

Download core 0.9.9


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