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