jsnamedargs-compiler
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.philo</groupId> <artifactId>jsnamedargs-compiler</artifactId> <version>0.1.2</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"> <!-- 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.philo</groupId> <artifactId>jsnamedargs-compiler</artifactId> <version>0.1.2</version> <name>jsnamedargs-compiler</name> <description>Philo's KMP plugin to generate JS style functions and classes</description> <url>https://github.com/PhiloInc/JsNamedArgs</url> <inceptionYear>2024</inceptionYear> <licenses> <license> <name>MIT License</name> <url>https://github.com/PhiloInc/JsNamedArgs/blob/main/LICENSE.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Philo, Inc.</name> </developer> </developers> <scm> <connection>scm:git:https://github.com/PhiloInc/JsNamedArgs.git</connection> <developerConnection>scm:git:ssh://git@github.com:PhiloInc/JsNamedArgs.git</developerConnection> <url>https://github.com/PhiloInc/JsNamedArgs</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.philo</groupId> <artifactId>jsnamedargs-annotations-jvm</artifactId> <version>0.1.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup</groupId> <artifactId>kotlinpoet-jvm</artifactId> <version>1.17.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup</groupId> <artifactId>kotlinpoet-ksp</artifactId> <version>1.17.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.devtools.ksp</groupId> <artifactId>symbol-processing</artifactId> <version>2.0.0-1.0.22</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.devtools.ksp</groupId> <artifactId>symbol-processing-api</artifactId> <version>2.0.0-1.0.22</version> <scope>runtime</scope> </dependency> </dependencies> </project>