is not current version
Last Version 0.1.3

com.fitbur.testify.junit:junit 0.1.0


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.fitbur.testify.junit
ArtifactId

ArtifactId

junit
Version

Version

0.1.0
Type

Type

pom

Download junit 0.1.0

Filename Size
junit-0.1.0.pom 1 KB
Browse

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