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