codemodel-foundation
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>build.codemodel</groupId>
<artifactId>codemodel-foundation</artifactId>
<version>0.19.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-foundation</artifactId>
<version>0.19.0</version>
<name>Code Model Foundation</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/codemodel-foundation</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/codemodel-foundation</connection>
<developerConnection>scm:git:https://github.com/workday/codemodel.build.git/codemodel-foundation</developerConnection>
<url>https://github.com/workday/codemodel.build/codemodel-foundation</url>
</scm>
<dependencies>
<dependency>
<groupId>build.base</groupId>
<artifactId>base-foundation</artifactId>
<version>0.21.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>build.base</groupId>
<artifactId>base-mereology</artifactId>
<version>0.21.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>build.base</groupId>
<artifactId>base-query</artifactId>
<version>0.21.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>build.base</groupId>
<artifactId>base-marshalling</artifactId>
<version>0.21.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>build.base</groupId>
<artifactId>base-transport</artifactId>
<version>0.21.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>build.base</groupId>
<artifactId>base-telemetry</artifactId>
<version>0.21.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>