License |
License |
---|---|
Categories |
CategoriesKotlin Languages Net |
GroupId | GroupIdnet.afanasev |
ArtifactId | ArtifactIdsekret-kotlin-plugin |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSekret compiler - kotlin plugin
Kotlin compiler for Sekret library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sekret-kotlin-plugin-0.1.2.pom | |
sekret-kotlin-plugin-0.1.2.jar | 17 KB |
sekret-kotlin-plugin-0.1.2-sources.jar | 4 KB |
sekret-kotlin-plugin-0.1.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.afanasev/sekret-kotlin-plugin/ -->
<dependency>
<groupId>net.afanasev</groupId>
<artifactId>sekret-kotlin-plugin</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.afanasev/sekret-kotlin-plugin/
implementation 'net.afanasev:sekret-kotlin-plugin:0.1.2'
// https://jarcasting.com/artifacts/net.afanasev/sekret-kotlin-plugin/
implementation ("net.afanasev:sekret-kotlin-plugin:0.1.2")
'net.afanasev:sekret-kotlin-plugin:jar:0.1.2'
<dependency org="net.afanasev" name="sekret-kotlin-plugin" rev="0.1.2">
<artifact name="sekret-kotlin-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.afanasev', module='sekret-kotlin-plugin', version='0.1.2')
)
libraryDependencies += "net.afanasev" % "sekret-kotlin-plugin" % "0.1.2"
[net.afanasev/sekret-kotlin-plugin "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-compiler-embeddable | jar | 1.6.21 |