lambdify-project-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.lambdify</groupId>
<artifactId>lambdify-project-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-project-parent</artifactId>
<version>0.9.0.Final</version>
<packaging>pom</packaging>
<modules>
<module>lambdify-project-java</module>
<module>lambdify-project-kotlin</module>
</modules>
<repositories>
<repository>
<id>jcenter</id>
<url>https://jcenter.bintray.com</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jcenter</id>
<url>https://jcenter.bintray.com</url>
</pluginRepository>
</pluginRepositories>
</project>