is not current version
Last Version 1.0.6

org.testifyproject.tools:tools 1.0.0

Parent module that contains useful compile-time and runtime tools

GroupId

GroupId

org.testifyproject.tools
ArtifactId

ArtifactId

tools
Version

Version

1.0.0
Type

Type

pom

Download tools 1.0.0

Filename Size
tools-1.0.0.pom 3 KB
Browse

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