| Group ID: |
st.orm |
| Artifact ID: |
storm-compiler-plugin-2.4 |
| Version: |
1.13.1 |
| Last modified: |
07.08.2026 21:21 |
| Packaging: |
pom.sha512 |
| Name: |
Storm Compiler Plugin (Kotlin 2.4) |
| Description: |
Kotlin compiler plugin for the Storm SQL Template and ORM framework (Kotlin 2.4). |
|
|
| Size: |
17.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/st/orm/storm-compiler-plugin-2.4/1.13.1/storm-compiler-plugin-2.4-1.13.1.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>st.orm</groupId>
<artifactId>storm-compiler-plugin</artifactId>
<version>1.13.1</version>
</parent>
<artifactId>storm-compiler-plugin-2.4</artifactId>
<version>1.13.1</version>
<name>Storm Compiler Plugin (Kotlin 2.4)</name>
<description>Kotlin compiler plugin for the Storm SQL Template and ORM framework (Kotlin 2.4).</description>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<properties>
<kotlin.compiler.version>2.4.0</kotlin.compiler.version>
<transformer.dir>kotlin-transformer-2.2</transformer.dir>
<kctfork.version>0.13.0</kctfork.version>
<registrar.dir>kotlin-registrar-2.3</registrar.dir>
</properties>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-compiler-embeddable</artifactId>
<version>${kotlin.compiler.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>${kotlin.compiler.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>dev.zacsweers.kctfork</groupId>
<artifactId>core</artifactId>
<version>${kctfork.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>${kotlin.compiler.version}</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>st.orm</groupId>
<artifactId>storm-compiler-plugin-2.4</artifactId>
<version>1.13.1</version>
</dependency>
|
| Gradle: |
st.orm:storm-compiler-plugin-2.4:1.13.1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
core-0.13.0.jar
in dev/zacsweers/kctfork/core/0.13.0
-
[JAR]
junit-jupiter-6.1.3.jar
in org/junit/jupiter/junit-jupiter/6.1.3
-
[JAR]
junit-platform-launcher-1.0.0-M2.jar
in org/junit/platform/junit-platform-launcher/1.0.0-M2
-
[JAR]
kotlin-compiler-embeddable-2.4.0.jar
in org/jetbrains/kotlin/kotlin-compiler-embeddable/2.4.0
-
[JAR]
kotlin-stdlib-2.4.0.jar
in org/jetbrains/kotlin/kotlin-stdlib/2.4.0
|
| Dependency Graph: |
Show
Less
More
|