License |
License |
---|---|
Categories |
CategoriesIntelliJ IDEA Development Tools IDE |
GroupId | GroupIdorg.zuchini |
ArtifactId | ArtifactIdzuchini-intellij-support |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAn alternative implementation of cucumber for the jvm based on antlr and junit
|
<!-- https://jarcasting.com/artifacts/org.zuchini/zuchini-intellij-support/ -->
<dependency>
<groupId>org.zuchini</groupId>
<artifactId>zuchini-intellij-support</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zuchini/zuchini-intellij-support/
implementation 'org.zuchini:zuchini-intellij-support:0.4.0'
// https://jarcasting.com/artifacts/org.zuchini/zuchini-intellij-support/
implementation ("org.zuchini:zuchini-intellij-support:0.4.0")
'org.zuchini:zuchini-intellij-support:jar:0.4.0'
<dependency org="org.zuchini" name="zuchini-intellij-support" rev="0.4.0">
<artifact name="zuchini-intellij-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zuchini', module='zuchini-intellij-support', version='0.4.0')
)
libraryDependencies += "org.zuchini" % "zuchini-intellij-support" % "0.4.0"
[org.zuchini/zuchini-intellij-support "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.zuchini : zuchini-model | jar | 0.4.0 |
org.zuchini : zuchini-compat-annotations | jar | 0.4.0 |
org.zuchini : zuchini-junit | jar | 0.4.0 |
junit : junit | jar | 4.12 |