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