lambdify-deployment-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.lambdify</groupId>
<artifactId>lambdify-deployment-parent</artifactId>
<version>0.9.0.Final</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>
<parent>
<groupId>io.skullabs.boilerplates</groupId>
<artifactId>kotlin-1.2</artifactId>
<version>1.0.0</version>
</parent>
<groupId>org.lambdify</groupId>
<artifactId>lambdify-deployment-parent</artifactId>
<version>0.9.0.Final</version>
<packaging>pom</packaging>
<modules>
<module>lambdify-aws-events</module>
<module>lambdify-aws-clients</module>
<module>lambdify-core</module>
<module>lambdify-apigateway-router</module>
<module>lambdify-jackson</module>
<module>lambdify-jsoniter</module>
<module>lambdify-boilerplates</module>
</modules>
</project>