is not current version
Last Version 1.0.6

org.testifyproject.tools:tools 0.9.8

Parent module that contains useful compile-time and runtime tools

GroupId

GroupId

org.testifyproject.tools
ArtifactId

ArtifactId

tools
Version

Version

0.9.8
Type

Type

pom

Download tools 0.9.8

Filename Size
tools-0.9.8.pom 3 KB
Browse

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