GroupId | GroupIdorg.itest |
---|---|
ArtifactId | ArtifactIditest |
Version | Version1.3.0 |
Type | Typepom |
Filename | Size |
---|---|
itest-1.3.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.itest/itest/ -->
<dependency>
<groupId>org.itest</groupId>
<artifactId>itest</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.itest/itest/
implementation 'org.itest:itest:1.3.0'
// https://jarcasting.com/artifacts/org.itest/itest/
implementation ("org.itest:itest:1.3.0")
'org.itest:itest:pom:1.3.0'
<dependency org="org.itest" name="itest" rev="1.3.0">
<artifact name="itest" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.itest', module='itest', version='1.3.0')
)
libraryDependencies += "org.itest" % "itest" % "1.3.0"
[org.itest/itest "1.3.0"]