is not current version
Last Version 1.5.0

org.itest:itest-annotation 1.3.2


GroupId

GroupId

org.itest
ArtifactId

ArtifactId

itest-annotation
Version

Version

1.3.2
Type

Type

jar

Download itest-annotation 1.3.2


<!-- https://jarcasting.com/artifacts/org.itest/itest-annotation/ -->
<dependency>
    <groupId>org.itest</groupId>
    <artifactId>itest-annotation</artifactId>
    <version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.itest/itest-annotation/
implementation 'org.itest:itest-annotation:1.3.2'
// https://jarcasting.com/artifacts/org.itest/itest-annotation/
implementation ("org.itest:itest-annotation:1.3.2")
'org.itest:itest-annotation:jar:1.3.2'
<dependency org="org.itest" name="itest-annotation" rev="1.3.2">
  <artifact name="itest-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.itest', module='itest-annotation', version='1.3.2')
)
libraryDependencies += "org.itest" % "itest-annotation" % "1.3.2"
[org.itest/itest-annotation "1.3.2"]