Categories |
CategoriesIntelliJ IDEA Development Tools IDE |
---|---|
GroupId | GroupIdorg.easyb |
ArtifactId | ArtifactIdintellij-plugin |
Version | Version0.9.6-1 |
Type | Typejar |
Filename | Size |
---|---|
intellij-plugin-0.9.6-1.pom | |
intellij-plugin-0.9.6-1.jar | 52 KB |
intellij-plugin-0.9.6-1-sources.jar | 26 KB |
intellij-plugin-0.9.6-1-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-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.easyb/intellij-plugin/
implementation 'org.easyb:intellij-plugin:0.9.6-1'
// https://jarcasting.com/artifacts/org.easyb/intellij-plugin/
implementation ("org.easyb:intellij-plugin:0.9.6-1")
'org.easyb:intellij-plugin:jar:0.9.6-1'
<dependency org="org.easyb" name="intellij-plugin" rev="0.9.6-1">
<artifact name="intellij-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easyb', module='intellij-plugin', version='0.9.6-1')
)
libraryDependencies += "org.easyb" % "intellij-plugin" % "0.9.6-1"
[org.easyb/intellij-plugin "0.9.6-1"]