| License |
License |
|---|---|
| GroupId | GroupIdcom.github.nkb03 |
| ArtifactId | ArtifactIdkrobot |
| Version | Version1.0 |
| Type | Typejar |
| Description |
Descriptionkrobot
Enhanced version of kotlin-robot
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| krobot-1.0.pom | |
| krobot-1.0.jar | 173 KB |
| krobot-1.0-tests.jar | 9 KB |
| krobot-1.0-sources.jar | 19 KB |
| krobot-1.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nkb03/krobot/ -->
<dependency>
<groupId>com.github.nkb03</groupId>
<artifactId>krobot</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nkb03/krobot/
implementation 'com.github.nkb03:krobot:1.0'
// https://jarcasting.com/artifacts/com.github.nkb03/krobot/
implementation ("com.github.nkb03:krobot:1.0")
'com.github.nkb03:krobot:jar:1.0'
<dependency org="com.github.nkb03" name="krobot" rev="1.0">
<artifact name="krobot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nkb03', module='krobot', version='1.0')
)
libraryDependencies += "com.github.nkb03" % "krobot" % "1.0"
[com.github.nkb03/krobot "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.10 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.3.1 |
| org.jetbrains.kotlin : kotlin-script-runtime | jar | 1.4.10 |