| License |
License |
|---|---|
| Categories |
CategoriesGroovy Languages IntelliJ IDEA Development Tools IDE |
| GroupId | GroupIdcom.github.adedayo.intellij.sdk |
| ArtifactId | ArtifactIdgroovy_rt |
| Version | Version142.1 |
| Type | Typejar |
| Description |
Descriptiongroovy_rt
A packaging of the IntelliJ Community Edition groovy_rt library.
This is release number 1 of trunk branch 142.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| groovy_rt-142.1.pom | |
| groovy_rt-142.1.jar | 38 KB |
| groovy_rt-142.1-sources.jar | 15 KB |
| groovy_rt-142.1-javadoc.jar | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/groovy_rt/ -->
<dependency>
<groupId>com.github.adedayo.intellij.sdk</groupId>
<artifactId>groovy_rt</artifactId>
<version>142.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/groovy_rt/
implementation 'com.github.adedayo.intellij.sdk:groovy_rt:142.1'
// https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/groovy_rt/
implementation ("com.github.adedayo.intellij.sdk:groovy_rt:142.1")
'com.github.adedayo.intellij.sdk:groovy_rt:jar:142.1'
<dependency org="com.github.adedayo.intellij.sdk" name="groovy_rt" rev="142.1">
<artifact name="groovy_rt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.adedayo.intellij.sdk', module='groovy_rt', version='142.1')
)
libraryDependencies += "com.github.adedayo.intellij.sdk" % "groovy_rt" % "142.1"
[com.github.adedayo.intellij.sdk/groovy_rt "142.1"]