License |
License |
---|---|
GroupId | GroupIdcom.github.ignaciotcrespo |
ArtifactId | ArtifactIdfrutilla |
Version | Version0.7.1 |
Type | Typejar |
Description |
DescriptionFrutilla
Frutilla lets java software development teams describe the tests in plain text, and link them to the specifications.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
frutilla-0.7.1.pom | |
frutilla-0.7.1.jar | 11 KB |
frutilla-0.7.1-sources.jar | 4 KB |
frutilla-0.7.1-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ignaciotcrespo/frutilla/ -->
<dependency>
<groupId>com.github.ignaciotcrespo</groupId>
<artifactId>frutilla</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ignaciotcrespo/frutilla/
implementation 'com.github.ignaciotcrespo:frutilla:0.7.1'
// https://jarcasting.com/artifacts/com.github.ignaciotcrespo/frutilla/
implementation ("com.github.ignaciotcrespo:frutilla:0.7.1")
'com.github.ignaciotcrespo:frutilla:jar:0.7.1'
<dependency org="com.github.ignaciotcrespo" name="frutilla" rev="0.7.1">
<artifact name="frutilla" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ignaciotcrespo', module='frutilla', version='0.7.1')
)
libraryDependencies += "com.github.ignaciotcrespo" % "frutilla" % "0.7.1"
[com.github.ignaciotcrespo/frutilla "0.7.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.jacoco : org.jacoco.core | jar | 0.7.5.201505241946 |
org.mockito : mockito-core | jar | 1.10.19 |