lambda-lite-json
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.stepio.lambda</groupId> <artifactId>lambda-lite-json</artifactId> <version>0.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.stepio.lambda</groupId> <artifactId>lambda-lite-dependencies</artifactId> <version>0.0.1</version> <relativePath>../lambda-lite-dependencies</relativePath> </parent> <artifactId>lambda-lite-json</artifactId> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <dependencies> <dependency> <groupId>io.github.stepio.lambda</groupId> <artifactId>lambda-lite-core</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <dependency> <groupId>io.github.stepio.lambda</groupId> <artifactId>lambda-lite-test</artifactId> <scope>test</scope> </dependency> </dependencies> </project>