is not current version
Last Version 1.0.6

org.testifyproject.external:external 1.0.0

Parent module of shaded external third party libraries.

GroupId

GroupId

org.testifyproject.external
ArtifactId

ArtifactId

external
Version

Version

1.0.0
Type

Type

pom

Download external 1.0.0

Filename Size
external-1.0.0.pom 4 KB
Browse

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