example-sdkg
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.fastjrun.codeg.example</groupId>
<artifactId>example-sdkg</artifactId>
<version>5.0.10</version>
</dependency><?xml version="1.0"?>
<!--
~ Copyright (C) 2019 fastjrun, Inc. All Rights Reserved.
-->
<project
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"
xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.fastjrun.codeg</groupId>
<artifactId>base-sdkg</artifactId>
<version>5.0.10</version>
</parent>
<groupId>com.fastjrun.codeg.example</groupId>
<artifactId>example-sdkg</artifactId>
<name>Example SDKG</name>
<packaging>pom</packaging>
<modules>
<module>example-sdkg-api</module>
<module>example-sdkg-service</module>
<module>example-sdkg-provider</module>
<module>example-sdkg-generator</module>
<module>example-sdkg-test</module>
</modules>
</project>