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