| Group ID: |
dev.medzik.android |
| Artifact ID: |
datastore-annotations-processor |
| Version: |
1.0.0 |
| Last modified: |
02.08.2024 09:42 |
| Packaging: |
pom.sha512 |
| Name: |
Annotation-based DataStore - KSP Processor |
| Description: |
KSP Processor for Annotation-based DataStore for Android |
| URL: |
https://github.com/M3DZIK/datastore-annotated |
|
|
| Size: |
12.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/dev/medzik/android/datastore-annotations-processor/1.0.0/datastore-annotations-processor-1.0.0.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>dev.medzik.android</groupId>
<artifactId>datastore-annotations-processor</artifactId>
<version>1.0.0</version>
<name>Annotation-based DataStore - KSP Processor</name>
<description>KSP Processor for Annotation-based DataStore for Android</description>
<url>https://github.com/M3DZIK/datastore-annotated</url>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/M3DZIK/datastore-annotated/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<name>Oskar Karpiński</name>
<email>me@medzik.dev</email>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:M3DZIK/datastore-annotated.git</connection>
<developerConnection>scm:git@github.com:M3DZIK/datastore-annotated.git</developerConnection>
<url>scm:git@github.com:M3DZIK/datastore-annotated.git</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.google.devtools.ksp</groupId>
<artifactId>symbol-processing-api</artifactId>
<version>2.0.0-1.0.23</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>kotlinpoet-jvm</artifactId>
<version>1.18.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>kotlinpoet-ksp</artifactId>
<version>1.18.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json-jvm</artifactId>
<version>1.7.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>dev.medzik.android</groupId>
<artifactId>datastore-annotations</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>dev.medzik.android</groupId>
<artifactId>datastore-annotations-processor</artifactId>
<version>1.0.0</version>
</dependency>
|
| Gradle: |
dev.medzik.android:datastore-annotations-processor:1.0.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
datastore-annotations-1.0.0.jar
in dev/medzik/android/datastore-annotations/1.0.0
-
[JAR]
kotlin-stdlib-2.0.0.jar
in org/jetbrains/kotlin/kotlin-stdlib/2.0.0
-
[JAR]
kotlinpoet-jvm-1.18.1.jar
in com/squareup/kotlinpoet-jvm/1.18.1
-
[JAR]
kotlinpoet-ksp-1.18.1.jar
in com/squareup/kotlinpoet-ksp/1.18.1
-
[JAR]
kotlinx-serialization-json-jvm-1.7.1.jar
in org/jetbrains/kotlinx/kotlinx-serialization-json-jvm/1.7.1
-
[JAR]
symbol-processing-api-2.0.0-1.0.23.jar
in com/google/devtools/ksp/symbol-processing-api/2.0.0-1.0.23
|
| Dependency Graph: |
Show
Less
More
|