codemodel-project
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>build.codemodel</groupId>
<artifactId>codemodel-project</artifactId>
<version>0.23.0</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>
<groupId>build.codemodel</groupId>
<artifactId>codemodel-project</artifactId>
<version>0.23.0</version>
<packaging>pom</packaging>
<name>Code Model Project</name>
<description>A Java-based multi-module project providing a language-agnostic, serializable code model for representing, enriching, and compiling software systems.</description>
<url>https://github.com/Workday/codemodel.build</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Brian Oliver</name>
<email>brian.oliver@workday.com</email>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
<developer>
<name>Reed von Redwitz</name>
<email>reed.vonredwitz@workday.com</email>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/workday/codemodel.build.git</connection>
<developerConnection>scm:git:https://github.com/workday/codemodel.build.git</developerConnection>
<url>https://github.com/workday/codemodel.build</url>
</scm>
</project>