| Categories |
CategoriesIntelliJ IDEA Development Tools IDE ORM Data |
|---|---|
| GroupId | GroupIdcom.intellij |
| ArtifactId | ArtifactIdforms_rt |
| Version | Version5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| forms_rt-5.0.pom | |
| forms_rt-5.0.jar | 144 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.intellij/forms_rt/ -->
<dependency>
<groupId>com.intellij</groupId>
<artifactId>forms_rt</artifactId>
<version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.intellij/forms_rt/
implementation 'com.intellij:forms_rt:5.0'
// https://jarcasting.com/artifacts/com.intellij/forms_rt/
implementation ("com.intellij:forms_rt:5.0")
'com.intellij:forms_rt:jar:5.0'
<dependency org="com.intellij" name="forms_rt" rev="5.0">
<artifact name="forms_rt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intellij', module='forms_rt', version='5.0')
)
libraryDependencies += "com.intellij" % "forms_rt" % "5.0"
[com.intellij/forms_rt "5.0"]