Last Version

SQLite-PSI Core 0.1.0

Implementation of the IntelliJ PSI interface for SQLite

License

License

GroupId

GroupId

com.alecstrong
ArtifactId

ArtifactId

core
Version

Version

0.1.0
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 0.1.0


<!-- 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.