GroupId | GroupIdorg.jsmart |
---|---|
ArtifactId | ArtifactIdzerocode-tdd |
Version | Version1.3.8 |
Type | Typejar |
Filename | Size |
---|---|
zerocode-tdd-1.3.8.pom | |
zerocode-tdd-1.3.8.jar | 236 KB |
zerocode-tdd-1.3.8-sources.jar | 146 KB |
zerocode-tdd-1.3.8-javadoc.jar | 889 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsmart/zerocode-tdd/ -->
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsmart/zerocode-tdd/
implementation 'org.jsmart:zerocode-tdd:1.3.8'
// https://jarcasting.com/artifacts/org.jsmart/zerocode-tdd/
implementation ("org.jsmart:zerocode-tdd:1.3.8")
'org.jsmart:zerocode-tdd:jar:1.3.8'
<dependency org="org.jsmart" name="zerocode-tdd" rev="1.3.8">
<artifact name="zerocode-tdd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsmart', module='zerocode-tdd', version='1.3.8')
)
libraryDependencies += "org.jsmart" % "zerocode-tdd" % "1.3.8"
[org.jsmart/zerocode-tdd "1.3.8"]