Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.fitbur.testify.examples |
ArtifactId | ArtifactIdexample-junit-unittest |
Version | Version0.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.fitbur.testify.examples/example-junit-unittest/ -->
<dependency>
<groupId>com.fitbur.testify.examples</groupId>
<artifactId>example-junit-unittest</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify.examples/example-junit-unittest/
implementation 'com.fitbur.testify.examples:example-junit-unittest:0.0.9'
// https://jarcasting.com/artifacts/com.fitbur.testify.examples/example-junit-unittest/
implementation ("com.fitbur.testify.examples:example-junit-unittest:0.0.9")
'com.fitbur.testify.examples:example-junit-unittest:jar:0.0.9'
<dependency org="com.fitbur.testify.examples" name="example-junit-unittest" rev="0.0.9">
<artifact name="example-junit-unittest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify.examples', module='example-junit-unittest', version='0.0.9')
)
libraryDependencies += "com.fitbur.testify.examples" % "example-junit-unittest" % "0.0.9"
[com.fitbur.testify.examples/example-junit-unittest "0.0.9"]