SQLite-PSI Core

Implementation of the IntelliJ PSI interface for SQLite

License

License

GroupId

GroupId

com.alecstrong
ArtifactId

ArtifactId

core
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

SQLite-PSI Core
Implementation of the IntelliJ PSI interface for SQLite
Project URL

Project URL

https://github.com/alecstrong/sqlite-psi/
Source Code Management

Source Code Management

https://github.com/alecstrong/sqlite-psi/

Download core

How to add to project

<!-- https://jarcasting.com/artifacts/com.alecstrong/core/ -->
<dependency>
    <groupId>com.alecstrong</groupId>
    <artifactId>core</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alecstrong/core/
implementation 'com.alecstrong:core:0.1.0'
// https://jarcasting.com/artifacts/com.alecstrong/core/
implementation ("com.alecstrong:core:0.1.0")
'com.alecstrong:core:jar:0.1.0'
<dependency org="com.alecstrong" name="core" rev="0.1.0">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alecstrong', module='core', version='0.1.0')
)
libraryDependencies += "com.alecstrong" % "core" % "0.1.0"
[com.alecstrong/core "0.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.2.21
org.jetbrains.kotlin : kotlin-reflect jar 1.2.21

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.truth : truth jar 0.30

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0