y

yaml2feature-maven-plugin

This plugin replaces all defined tokens in features files
https://github.com/5v1988/yaml2feature
The Apache Software License, Version 2.0
Veera
Files download
File Operation
yaml2feature-maven-plugin-1.0.0.jar download
yaml2feature-maven-plugin-1.0.0.pom download
yaml2feature-maven-plugin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.5v1988</groupId>
  <artifactId>yaml2feature-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.github.5v1988:yaml2feature-maven-plugin:1.0.0'
Gradle Kotlin
implementation("io.github.5v1988:yaml2feature-maven-plugin:1.0.0")
Scala SBT
libraryDependencies += "io.github.5v1988" % "yaml2feature-maven-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.5v1988', module='yaml2feature-maven-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.5v1988" name="yaml2feature-maven-plugin" rev="1.0.0" />
Leiningen
[io.github.5v1988/yaml2feature-maven-plugin "1.0.0"]
Apache Buildr
'io.github.5v1988:yaml2feature-maven-plugin:jar:1.0.0'