tsc4j-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.tsc4j</groupId>
<artifactId>tsc4j-bom</artifactId>
<version>0.5.14</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.tsc4j</groupId>
<artifactId>tsc4j-bom</artifactId>
<version>0.5.14</version>
<packaging>pom</packaging>
<name>tsc4j-bom</name>
<url>https://github.com/tsc4j/tsc4j/</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>bfg</id>
<name>Brane F. Gračnar</name>
<url>https://github.com/bfg</url>
</developer>
<developer>
<id>github-contributors</id>
<name>The tsc4j project contributors</name>
<url>https://github.com/tsc4j/tsc4j/graphs/contributors</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/tsc4j/tsc4j.git</connection>
<developerConnection>scm:git:https://github.com/tsc4j/tsc4j.git</developerConnection>
<url>https://github.com/tsc4j/tsc4j/</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.github.tsc4j</groupId>
<artifactId>spring-boot-starter-tsc4j</artifactId>
<version>0.5.14</version>
</dependency>
<dependency>
<groupId>com.github.tsc4j</groupId>
<artifactId>tsc4j-api</artifactId>
<version>0.5.14</version>
</dependency>
<dependency>
<groupId>com.github.tsc4j</groupId>
<artifactId>tsc4j-aws</artifactId>
<version>0.5.14</version>
</dependency>
<dependency>
<groupId>com.github.tsc4j</groupId>
<artifactId>tsc4j-aws-common</artifactId>
<version>0.5.14</version>
</dependency>
<dependency>
<groupId>com.github.tsc4j</groupId>
<artifactId>tsc4j-aws2</artifactId>
<version>0.5.14</version>
</dependency>
<dependency>
<groupId>com.github.tsc4j</groupId>
<artifactId>tsc4j-cli</artifactId>
<version>0.5.14</version>
</dependency>
<dependency>
<groupId>com.github.tsc4j</groupId>
<artifactId>tsc4j-core</artifactId>
<version>0.5.14</version>
</dependency>
<dependency>
<groupId>com.github.tsc4j</groupId>
<artifactId>tsc4j-credstash</artifactId>
<version>0.5.14</version>
</dependency>
<dependency>
<groupId>com.github.tsc4j</groupId>
<artifactId>tsc4j-gcp</artifactId>
<version>0.5.14</version>
</dependency>
<dependency>
<groupId>com.github.tsc4j</groupId>
<artifactId>tsc4j-guice</artifactId>
<version>0.5.14</version>
</dependency>
<dependency>
<groupId>com.github.tsc4j</groupId>
<artifactId>tsc4j-jackson</artifactId>
<version>0.5.14</version>
</dependency>
<dependency>
<groupId>com.github.tsc4j</groupId>
<artifactId>tsc4j-micronaut</artifactId>
<version>0.5.14</version>
</dependency>
<dependency>
<groupId>com.github.tsc4j</groupId>
<artifactId>tsc4j-micronaut2</artifactId>
<version>0.5.14</version>
</dependency>
<dependency>
<groupId>com.github.tsc4j</groupId>
<artifactId>tsc4j-spring</artifactId>
<version>0.5.14</version>
</dependency>
</dependencies>
</dependencyManagement>
<properties/>
<description>tsc4j Bill Of Materials (BOM)</description>
</project>