graphitron-codegen-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>no.sikt</groupId> <artifactId>graphitron-codegen-parent</artifactId> <version>5.1.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>no.sikt</groupId> <artifactId>graphitron-parent</artifactId> <version>5.1.2</version> </parent> <artifactId>graphitron-codegen-parent</artifactId> <version>5.1.2</version> <packaging>pom</packaging> <name>${project.groupId}:${project.artifactId}</name> <url>https://github.com/sikt-no/graphitron</url> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <modules> <module>graphitron-java-codegen</module> <module>graphitron-javapoet</module> </modules> </project>