udp-common-util

Used in: 109 components

Overview

Description

Common Utility classes

Snippets

<dependency>
    <groupId>com.sdl.delivery</groupId>
    <artifactId>udp-common-util</artifactId>
    <version>12.0.0-1309</version>
</dependency>

Maven POM File

<?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>com.sdl.delivery</groupId>
  <artifactId>udp-common-util</artifactId>
  <version>12.0.0-1309</version>
  <name>Common - Utils</name>
  <description>Common Utility classes</description>
  <url>http://www.rws.com/udp-common-maven/udp-common-util</url>
  <licenses>
    <license>
      <name>RWS Developer Software and Distribution Agreement</name>
      <url>https://community.sdl.com/product-groups/sdl-tridion-dx/tridion-sites/tridion-developer/w/wiki/864.sdl-tridion-sites-developer-software-and-distribution-agreement</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>RWS</name>
      <email>artifact.publishers@sdl.com</email>
      <organization>RWS Group for and on behalf of its affiliates and subsidiaries</organization>
      <organizationUrl>http://www.rws.com/</organizationUrl>
    </developer>
  </developers>
  <scm>
    <developerConnection>scm:git:ssh://git@${scm.connection.prefix.url}/tcd/common.git/udp-common-maven/udp-common-util</developerConnection>
    <url>https://${scm.web.prefix.url}/TCD/repos/common/udp-common-maven/udp-common-util</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-text</artifactId>
      <version>1.10.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.lingala.zip4j</groupId>
      <artifactId>zip4j</artifactId>
      <version>2.7.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.36</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.2.11</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.annotation</groupId>
      <artifactId>jakarta.annotation-api</artifactId>
      <version>1.3.5</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>