is not current version
Last Version 0.7.1

com.github.ignaciotcrespo:frutilla 0.7.0

Frutilla lets java software development teams describe the tests in plain text, and link them to the specifications.

GroupId

GroupId

com.github.ignaciotcrespo
ArtifactId

ArtifactId

frutilla
Version

Version

0.7.0
Type

Type

jar

Download frutilla 0.7.0


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