License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing JSON Data |
GroupId | GroupIdorg.qjson |
ArtifactId | ArtifactIdjunit.md |
Version | Version1.0.4 |
Type | Typepom |
Description |
DescriptionSchema.org Java
write junit test in markdown
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
junit.md-1.0.4.pom | |
junit.md-1.0.4.jar | 2 KB |
junit.md-1.0.4-sources.jar | 11 KB |
junit.md-1.0.4-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.qjson/junit.md/ -->
<dependency>
<groupId>org.qjson</groupId>
<artifactId>junit.md</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.qjson/junit.md/
implementation 'org.qjson:junit.md:1.0.4'
// https://jarcasting.com/artifacts/org.qjson/junit.md/
implementation ("org.qjson:junit.md:1.0.4")
'org.qjson:junit.md:pom:1.0.4'
<dependency org="org.qjson" name="junit.md" rev="1.0.4">
<artifact name="junit.md" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.qjson', module='junit.md', version='1.0.4')
)
libraryDependencies += "org.qjson" % "junit.md" % "1.0.4"
[org.qjson/junit.md "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 16.0.2 |
junit : junit | jar | 4.12 |
com.atlassian.commonmark : commonmark | jar | 0.12.1 |
com.atlassian.commonmark : commonmark-ext-gfm-tables | jar | 0.9.0 |