License |
License |
---|---|
GroupId | GroupIdcom.alecstrong |
ArtifactId | ArtifactIdcore |
Last Version | Last Version0.1.0 |
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 |
---|---|
core-0.1.0.pom | |
core-0.1.0.jar | 434 KB |
core-0.1.0-sources.jar | 183 KB |
core-0.1.0-javadoc.jar | 790 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.21 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.2.21 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.google.truth : truth | jar | 0.30 |