Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.avanza.gs |
ArtifactId | ArtifactIdgs-test-junit4 |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
gs-test-junit4-2.1.1.pom | |
gs-test-junit4-2.1.1.jar | 6 KB |
gs-test-junit4-2.1.1-sources.jar | 5 KB |
gs-test-junit4-2.1.1-javadoc.jar | 409 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.avanza.gs/gs-test-junit4/ -->
<dependency>
<groupId>com.avanza.gs</groupId>
<artifactId>gs-test-junit4</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.avanza.gs/gs-test-junit4/
implementation 'com.avanza.gs:gs-test-junit4:2.1.1'
// https://jarcasting.com/artifacts/com.avanza.gs/gs-test-junit4/
implementation ("com.avanza.gs:gs-test-junit4:2.1.1")
'com.avanza.gs:gs-test-junit4:jar:2.1.1'
<dependency org="com.avanza.gs" name="gs-test-junit4" rev="2.1.1">
<artifact name="gs-test-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avanza.gs', module='gs-test-junit4', version='2.1.1')
)
libraryDependencies += "com.avanza.gs" % "gs-test-junit4" % "2.1.1"
[com.avanza.gs/gs-test-junit4 "2.1.1"]