base-foundation
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>build.base</groupId>
<artifactId>base-foundation</artifactId>
<version>0.22.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.base</groupId>
<artifactId>base-foundation</artifactId>
<version>0.22.0</version>
<name>base.build Foundation</name>
<description>Core utilities including Lazy, Capture, Exceptional, Streamable, iterators, and a matching DSL.</description>
<url>https://github.com/Workday/base.build/base-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/base.build.git/base-foundation</connection>
<developerConnection>scm:git:https://github.com/workday/base.build.git/base-foundation</developerConnection>
<url>https://github.com/workday/base.build/base-foundation</url>
</scm>
</project>