examples
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.ap4k</groupId>
<artifactId>examples</artifactId>
<version>0.1.6</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">
<parent>
<artifactId>ap4k-project</artifactId>
<groupId>io.ap4k</groupId>
<version>0.1.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.ap4k</groupId>
<artifactId>examples</artifactId>
<packaging>pom</packaging>
<name>AP4K :: Examples</name>
<modules>
<module>kubernetes-example</module>
<module>openshift-example</module>
<module>istio-example</module>
<module>service-catalog-example</module>
<module>component-example</module>
<module>component-service-example</module>
<module>source-to-image-example</module>
<module>spring-boot-on-kubernetes-example</module>
<module>spring-boot-on-openshift-example</module>
<module>spring-boot-with-groovy-on-openshift-example</module>
<module>spring-boot-with-gradle-on-kubernetes-example</module>
<module>spring-boot-with-gradle-on-openshift-example</module>
<module>spring-boot-with-fmp-on-kubernetes-example</module>
<module>spring-boot-with-svcat-on-openshift-example</module>
<module>spring-boot-with-prometheus-on-kubernetes-example</module>
<module>pojo-to-custom-resource-example</module>
</modules>
</project>