certkit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.suresh.certkit</groupId>
<artifactId>certkit</artifactId>
<version>0.3.2</version>
</dependency><?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>
<groupId>dev.suresh.certkit</groupId>
<artifactId>certkit</artifactId>
<version>0.3.2</version>
<name>certkit</name>
<description>Certificate toolkit for Kotlin/JVM</description>
<url>https://github.com/sureshg/certkit</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Suresh</name>
<url>https://suresh.dev</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/sureshg/certkit.git</connection>
<developerConnection>scm:git:https://github.com/sureshg/certkit.git</developerConnection>
<url>https://github.com/sureshg/certkit.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-datetime-jvm</artifactId>
<version>0.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-io-core-jvm</artifactId>
<version>0.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.4.0-RC2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>