| License |
License |
|---|---|
| Categories |
CategoriesSQLite Data Databases |
| GroupId | GroupIdcom.alecstrong |
| ArtifactId | ArtifactIdsqlite-psi-core |
| Last Version | Last Version0.3.16 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSQLite-PSI Core
Implementation of the IntelliJ PSI interface for SQLite
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sqlite-psi-core-0.3.16.pom | |
| sqlite-psi-core-0.3.16.jar | 828 KB |
| sqlite-psi-core-0.3.16-sources.jar | 353 KB |
| sqlite-psi-core-0.3.16-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alecstrong/sqlite-psi-core/ -->
<dependency>
<groupId>com.alecstrong</groupId>
<artifactId>sqlite-psi-core</artifactId>
<version>0.3.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.alecstrong/sqlite-psi-core/
implementation 'com.alecstrong:sqlite-psi-core:0.3.16'
// https://jarcasting.com/artifacts/com.alecstrong/sqlite-psi-core/
implementation ("com.alecstrong:sqlite-psi-core:0.3.16")
'com.alecstrong:sqlite-psi-core:jar:0.3.16'
<dependency org="com.alecstrong" name="sqlite-psi-core" rev="0.3.16">
<artifact name="sqlite-psi-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alecstrong', module='sqlite-psi-core', version='0.3.16')
)
libraryDependencies += "com.alecstrong" % "sqlite-psi-core" % "0.3.16"
[com.alecstrong/sqlite-psi-core "0.3.16"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |