Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.gitlab.lae.stack.source |
ArtifactId | ArtifactIdstack-source-junit4 |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
stack-source-junit4-0.2.2.pom | |
stack-source-junit4-0.2.2.jar | 5 KB |
stack-source-junit4-0.2.2-sources.jar | 3 KB |
stack-source-junit4-0.2.2-javadoc.jar | 363 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.lae.stack.source/stack-source-junit4/ -->
<dependency>
<groupId>com.gitlab.lae.stack.source</groupId>
<artifactId>stack-source-junit4</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.lae.stack.source/stack-source-junit4/
implementation 'com.gitlab.lae.stack.source:stack-source-junit4:0.2.2'
// https://jarcasting.com/artifacts/com.gitlab.lae.stack.source/stack-source-junit4/
implementation ("com.gitlab.lae.stack.source:stack-source-junit4:0.2.2")
'com.gitlab.lae.stack.source:stack-source-junit4:jar:0.2.2'
<dependency org="com.gitlab.lae.stack.source" name="stack-source-junit4" rev="0.2.2">
<artifact name="stack-source-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.lae.stack.source', module='stack-source-junit4', version='0.2.2')
)
libraryDependencies += "com.gitlab.lae.stack.source" % "stack-source-junit4" % "0.2.2"
[com.gitlab.lae.stack.source/stack-source-junit4 "0.2.2"]