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