is not current version
Last Version 0.9.6-2

org.easyb:intellij-plugin 0.9.6

A plugin that enables easyb spec execution in IntelliJ

Categories

Categories

IntelliJ IDEA Development Tools IDE
GroupId

GroupId

org.easyb
ArtifactId

ArtifactId

intellij-plugin
Version

Version

0.9.6
Type

Type

jar

Download intellij-plugin 0.9.6


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