| GroupId | GroupIdorg.jsmart |
|---|---|
| ArtifactId | ArtifactIdzerocode-tdd-parent |
| Version | Version1.3.17 |
| Type | Typepom |
| Filename | Size |
|---|---|
| zerocode-tdd-parent-1.3.17.pom | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jsmart/zerocode-tdd-parent/ -->
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd-parent</artifactId>
<version>1.3.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jsmart/zerocode-tdd-parent/
implementation 'org.jsmart:zerocode-tdd-parent:1.3.17'
// https://jarcasting.com/artifacts/org.jsmart/zerocode-tdd-parent/
implementation ("org.jsmart:zerocode-tdd-parent:1.3.17")
'org.jsmart:zerocode-tdd-parent:pom:1.3.17'
<dependency org="org.jsmart" name="zerocode-tdd-parent" rev="1.3.17">
<artifact name="zerocode-tdd-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jsmart', module='zerocode-tdd-parent', version='1.3.17')
)
libraryDependencies += "org.jsmart" % "zerocode-tdd-parent" % "1.3.17"
[org.jsmart/zerocode-tdd-parent "1.3.17"]