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