License |
License |
---|---|
Categories |
CategoriesIntelliJ IDEA Development Tools IDE |
GroupId | GroupIdorg.easyb |
ArtifactId | ArtifactIdintellij-plugin |
Last Version | Last Version0.9.6-2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioneasyb IntelliJ plugin
A plugin that enables easyb spec execution in IntelliJ
|
Project URL |
Project URL |
Filename | Size |
---|---|
intellij-plugin-0.9.6-2.pom | |
intellij-plugin-0.9.6-2.jar | 52 KB |
intellij-plugin-0.9.6-2-sources.jar | 26 KB |
intellij-plugin-0.9.6-2-javadoc.jar | 206 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.easyb/intellij-plugin/ -->
<dependency>
<groupId>org.easyb</groupId>
<artifactId>intellij-plugin</artifactId>
<version>0.9.6-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.easyb/intellij-plugin/
implementation 'org.easyb:intellij-plugin:0.9.6-2'
// https://jarcasting.com/artifacts/org.easyb/intellij-plugin/
implementation ("org.easyb:intellij-plugin:0.9.6-2")
'org.easyb:intellij-plugin:jar:0.9.6-2'
<dependency org="org.easyb" name="intellij-plugin" rev="0.9.6-2">
<artifact name="intellij-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easyb', module='intellij-plugin', version='0.9.6-2')
)
libraryDependencies += "org.easyb" % "intellij-plugin" % "0.9.6-2"
[org.easyb/intellij-plugin "0.9.6-2"]
Group / Artifact | Type | Version |
---|---|---|
org.easyb : easyb | jar | 0.9.6 |
org.codehaus.groovy : groovy-all | jar | 1.6.7 |
Group / Artifact | Type | Version |
---|---|---|
com.intellij.idea » annotations | jar | 8.0.1 |
com.intellij.idea » extensions | jar | 8.0.1 |
com.intellij.idea » idea | jar | 8.0.1 |
com.intellij.idea » openapi | jar | 8.0.1 |
com.intellij.idea » util | jar | 8.0.1 |
com.intellij.idea » Groovy | jar | 8.0.1 |
jdom : jdom | jar | 1.0 |
trove : trove | jar | 1.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.easymock : easymock | jar | 2.3 |
org.mockito : mockito-core | jar | 1.3 |
junit : junit | jar | 4.4 |