License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.nkb03 |
ArtifactId | ArtifactIdkotlin-robot |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionkotlin-robot
DSL based kotlin code generation
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-robot-1.0.pom | |
kotlin-robot-1.0.jar | 179 KB |
kotlin-robot-1.0-tests.jar | 47 KB |
kotlin-robot-1.0-sources.jar | 18 KB |
kotlin-robot-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nkb03/kotlin-robot/ -->
<dependency>
<groupId>com.github.nkb03</groupId>
<artifactId>kotlin-robot</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nkb03/kotlin-robot/
implementation 'com.github.nkb03:kotlin-robot:1.0'
// https://jarcasting.com/artifacts/com.github.nkb03/kotlin-robot/
implementation ("com.github.nkb03:kotlin-robot:1.0")
'com.github.nkb03:kotlin-robot:jar:1.0'
<dependency org="com.github.nkb03" name="kotlin-robot" rev="1.0">
<artifact name="kotlin-robot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nkb03', module='kotlin-robot', version='1.0')
)
libraryDependencies += "com.github.nkb03" % "kotlin-robot" % "1.0"
[com.github.nkb03/kotlin-robot "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.70 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.70 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.0.3 |