is not current version
Last Version 1.2

org.kohsuke:cucumber-annotation-indexer 1.0


Categories

Categories

Cucumber Application Testing & Monitoring Dex General Purpose Libraries Utility
GroupId

GroupId

org.kohsuke
ArtifactId

ArtifactId

cucumber-annotation-indexer
Version

Version

1.0
Type

Type

jar

Download cucumber-annotation-indexer 1.0


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