is not current version
Last Version 1.0.6

org.testifyproject.external:external 0.9.1

Parent module of shaded external third party libraries.

GroupId

GroupId

org.testifyproject.external
ArtifactId

ArtifactId

external
Version

Version

0.9.1
Type

Type

pom

Download external 0.9.1

Filename Size
external-0.9.1.pom 4 KB
Browse

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