is not current version
Last Version 0.1.3

com.fitbur.testify.examples:examples 0.1.0


GroupId

GroupId

com.fitbur.testify.examples
ArtifactId

ArtifactId

examples
Version

Version

0.1.0
Type

Type

pom

Download examples 0.1.0

Filename Size
examples-0.1.0.pom 1 KB
Browse

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