| Group ID: |
com.github.isyscore |
| Artifact ID: |
common-script |
| Version: |
3.0.0.4 |
| Last modified: |
07.07.2025 08:38 |
| Packaging: |
pom.sha512 |
| Name: |
common-script |
| Description: |
iSysCore Common Kotlin/Script Library |
| URL: |
https://github.com/isyscore/common-script |
| License: |
MIT License |
| Source: |
https://github.com/isyscore/common-script |
| Developers: |
isyscore |
|
|
| Size: |
30.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/github/isyscore/common-script/3.0.0.4/common-script-3.0.0.4.jar |
| POM: |
Show
hide
<?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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.isyscore</groupId>
<artifactId>common-script</artifactId>
<version>3.0.0.4</version>
<name>common-script</name>
<description>iSysCore Common Kotlin/Script Library</description>
<url>https://github.com/isyscore/common-script</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/isyscore/common-script/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>isyscore</id>
<name>isyscore</name>
<email>hexj@isyscore.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/isyscore/common-script</connection>
<developerConnection>https://github.com/isyscore/common-script</developerConnection>
<url>https://github.com/isyscore/common-script</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.1.20</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-scripting-jsr223</artifactId>
<version>2.1.20</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-scripting-jvm</artifactId>
<version>2.1.20</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-scripting-jvm-host</artifactId>
<version>2.1.20</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-compiler-embeddable</artifactId>
<version>2.1.20</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ch.obermuhlner</groupId>
<artifactId>jshell-scriptengine</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>23.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-language</artifactId>
<version>23.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-launcher</artifactId>
<version>23.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.19</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.python</groupId>
<artifactId>jython</artifactId>
<version>2.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<version>9.4.3.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-artifacts</artifactId>
<version>9.4.3.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.github.isyscore</groupId>
<artifactId>common-script</artifactId>
<version>3.0.0.4</version>
</dependency>
|
| Gradle: |
com.github.isyscore:common-script:3.0.0.4 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
JAR
groovy-all-3.0.19-groovydoc.jar
in org/codehaus/groovy/groovy-all/3.0.19
-
[JAR]
jruby-9.4.3.0.jar
in org/jruby/jruby/9.4.3.0
-
[JAR]
jruby-artifacts-9.4.3.0.jar
in org/jruby/jruby-artifacts/9.4.3.0
-
[JAR]
js-language-23.1.0.jar
in org/graalvm/js/js-language/23.1.0
-
[JAR]
js-launcher-23.1.0.jar
in org/graalvm/js/js-launcher/23.1.0
-
[JAR]
js-scriptengine-23.1.0.jar
in org/graalvm/js/js-scriptengine/23.1.0
-
JAR
jshell-scriptengine-1.1.0.jar
in ch/obermuhlner/jshell-scriptengine/1.1.0
-
JAR
jython-2.7.3.jar
in org/python/jython/2.7.3
-
[JAR]
kotlin-compiler-embeddable-2.1.20.jar
in org/jetbrains/kotlin/kotlin-compiler-embeddable/2.1.20
-
[JAR]
kotlin-scripting-jsr223-2.1.20.jar
in org/jetbrains/kotlin/kotlin-scripting-jsr223/2.1.20
-
[JAR]
kotlin-scripting-jvm-2.1.20.jar
in org/jetbrains/kotlin/kotlin-scripting-jvm/2.1.20
-
[JAR]
kotlin-scripting-jvm-host-2.1.20.jar
in org/jetbrains/kotlin/kotlin-scripting-jvm-host/2.1.20
-
[JAR]
kotlin-stdlib-2.1.20.jar
in org/jetbrains/kotlin/kotlin-stdlib/2.1.20
|
| Dependency Graph: |
Show
Less
More
|