Categories |
CategoriesKotlin Languages Ant Build Tools |
---|---|
GroupId | GroupIdcom.github.danysantiago |
ArtifactId | ArtifactIdkotlincursor-compiler |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
kotlincursor-compiler-0.1.0.pom | |
kotlincursor-compiler-0.1.0.jar | 24 KB |
kotlincursor-compiler-0.1.0-sources.jar | 7 KB |
kotlincursor-compiler-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.danysantiago/kotlincursor-compiler/ -->
<dependency>
<groupId>com.github.danysantiago</groupId>
<artifactId>kotlincursor-compiler</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.danysantiago/kotlincursor-compiler/
implementation 'com.github.danysantiago:kotlincursor-compiler:0.1.0'
// https://jarcasting.com/artifacts/com.github.danysantiago/kotlincursor-compiler/
implementation ("com.github.danysantiago:kotlincursor-compiler:0.1.0")
'com.github.danysantiago:kotlincursor-compiler:jar:0.1.0'
<dependency org="com.github.danysantiago" name="kotlincursor-compiler" rev="0.1.0">
<artifact name="kotlincursor-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.danysantiago', module='kotlincursor-compiler', version='0.1.0')
)
libraryDependencies += "com.github.danysantiago" % "kotlincursor-compiler" % "0.1.0"
[com.github.danysantiago/kotlincursor-compiler "0.1.0"]