sdk-boot-3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.kiponos</groupId> <artifactId>sdk-boot-3</artifactId> <version>4.4.0.250319</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"> <!-- 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>io.kiponos</groupId> <artifactId>sdk-boot-3</artifactId> <version>4.4.0.250319</version> <name>Kiponos SDK</name> <description>Kiponos SDK delivers real-time, per-environment key-value access. Its internal WebSockets architecture instantly responds to updates from the online dashboard, eliminating restarts and completely removing the need for any config files.</description> <url>https://kiponos.io</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <id>moshe@kiponos.io</id> <name>Moshe Avdiel</name> <email>moshe@kiponos.io</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/Avdiel/kiponos-sdk.git</connection> <developerConnection>scm:git:ssh://github.com/Avdiel/kiponos-sdk.git</developerConnection> <url>https://github.com/Avdiel/kiponos-sdk</url> </scm> <dependencies> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.15.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.15.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20240303</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>