GroupId | GroupIdio.irontest |
---|---|
ArtifactId | ArtifactIdirontest-parent |
Version | Version0.14.0 |
Type | Typepom |
Filename | Size |
---|---|
irontest-parent-0.14.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.irontest/irontest-parent/ -->
<dependency>
<groupId>io.irontest</groupId>
<artifactId>irontest-parent</artifactId>
<version>0.14.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.irontest/irontest-parent/
implementation 'io.irontest:irontest-parent:0.14.0'
// https://jarcasting.com/artifacts/io.irontest/irontest-parent/
implementation ("io.irontest:irontest-parent:0.14.0")
'io.irontest:irontest-parent:pom:0.14.0'
<dependency org="io.irontest" name="irontest-parent" rev="0.14.0">
<artifact name="irontest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.irontest', module='irontest-parent', version='0.14.0')
)
libraryDependencies += "io.irontest" % "irontest-parent" % "0.14.0"
[io.irontest/irontest-parent "0.14.0"]