GroupId | GroupIdorg.itest |
---|---|
ArtifactId | ArtifactIditest-iface |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
itest-iface-1.4.0.pom | |
itest-iface-1.4.0.jar | 12 KB |
itest-iface-1.4.0-sources.jar | 19 KB |
itest-iface-1.4.0-javadoc.jar | 157 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.itest/itest-iface/ -->
<dependency>
<groupId>org.itest</groupId>
<artifactId>itest-iface</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.itest/itest-iface/
implementation 'org.itest:itest-iface:1.4.0'
// https://jarcasting.com/artifacts/org.itest/itest-iface/
implementation ("org.itest:itest-iface:1.4.0")
'org.itest:itest-iface:jar:1.4.0'
<dependency org="org.itest" name="itest-iface" rev="1.4.0">
<artifact name="itest-iface" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.itest', module='itest-iface', version='1.4.0')
)
libraryDependencies += "org.itest" % "itest-iface" % "1.4.0"
[org.itest/itest-iface "1.4.0"]