Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.mike10004 |
ArtifactId | ArtifactIdnitsick-junit |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
nitsick-junit-0.2.pom | |
nitsick-junit-0.2.jar | 2 KB |
nitsick-junit-0.2-sources.jar | 2 KB |
nitsick-junit-0.2-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/nitsick-junit/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>nitsick-junit</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/nitsick-junit/
implementation 'com.github.mike10004:nitsick-junit:0.2'
// https://jarcasting.com/artifacts/com.github.mike10004/nitsick-junit/
implementation ("com.github.mike10004:nitsick-junit:0.2")
'com.github.mike10004:nitsick-junit:jar:0.2'
<dependency org="com.github.mike10004" name="nitsick-junit" rev="0.2">
<artifact name="nitsick-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='nitsick-junit', version='0.2')
)
libraryDependencies += "com.github.mike10004" % "nitsick-junit" % "0.2"
[com.github.mike10004/nitsick-junit "0.2"]