riddl-prettify_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.reactific</groupId>
<artifactId>riddl-prettify_3</artifactId>
<version>0.27.5</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.reactific</groupId>
<artifactId>riddl-prettify_3</artifactId>
<packaging>jar</packaging>
<description>RIDDL is a language and toolset for specifying a system design using ideas from DDD, reactive architecture, distributed systems patterns, and other software architecture practices.</description>
<url>https://riddl.tech</url>
<version>0.27.5</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>riddl-prettify</name>
<inceptionYear>2019</inceptionYear>
<organization>
<name>Ossum Inc.</name>
<url>https://riddl.tech</url>
</organization>
<scm>
<url>https://github.com/reactific/riddl</url>
<connection>scm:git:git://github.com/reactific/riddl.git</connection>
</scm>
<developers>
<developer>
<id>reid-spencer</id>
<name>Reid Spencer</name>
<url>https://riddl.tech</url>
<email>reid@reactific.com</email>
</developer>
</developers>
<properties>
<info.apiURL>https://riddl.tech/apidoc/</info.apiURL>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>com.reactific</groupId>
<artifactId>riddl-commands_3</artifactId>
<version>0.27.5</version>
</dependency>
<dependency>
<groupId>com.reactific</groupId>
<artifactId>riddl-testkit_3</artifactId>
<version>0.27.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.reactific</groupId>
<artifactId>riddl-utils_3</artifactId>
<version>0.27.5</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.1</version>
</dependency>
<dependency>
<groupId>org.scalactic</groupId>
<artifactId>scalactic_3</artifactId>
<version>3.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3</artifactId>
<version>3.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_3</artifactId>
<version>1.17.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>