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