kscript
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.kscripting</groupId>
<artifactId>kscript</artifactId>
<version>4.2.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.kscripting</groupId>
<artifactId>kscript</artifactId>
<version>4.2.3</version>
<name>kscript</name>
<description>KScript - easy scripting with Kotlin</description>
<url>https://github.com/kscripting/kscript</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>holgerbrandl</id>
<name>Holger Brandl</name>
<email>holgerbrandl@gmail.com</email>
</developer>
<developer>
<id>aartiPl</id>
<name>Marcin Kuszczak</name>
<email>aarti@interia.pl</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://https://github.com/kscripting/kscript.git</connection>
<developerConnection>scm:git:ssh:https://github.com/kscripting/kscript.git</developerConnection>
<url>https://github.com/kscripting/kscript</url>
</scm>
</project>