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