is not current version
Last Version 1.0.6

org.testifyproject:core 1.0.2

A module that provides core Testify SPI and implementation classes

GroupId

GroupId

org.testifyproject
ArtifactId

ArtifactId

core
Version

Version

1.0.2
Type

Type

jar

Download core 1.0.2


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