Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@evantoli evantoli released this 12 Feb 07:03
· 21 commits to main since this release
6b402f2

Release of Type Factory v1.0.0

This is the first release of the Type Factory library.

type-factory-bom – bill-of-materials containing dependencies to all Type Factory modules.

<dependency>
  <groupId>org.typefactory</groupId>
  <artifactId>type-factory-bom</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>

type-factory-core – core library, a good place to start.

<dependency>
  <groupId>org.typefactory</groupId>
  <artifactId>type-factory-core</artifactId>
  <version>1.0.0</version>
</dependency>

type-factory-language

<dependency>
  <groupId>org.typefactory</groupId>
  <artifactId>type-factory-language</artifactId>
  <version>1.0.0</version>
</dependency>