tesler-plugins
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.tesler</groupId>
<artifactId>tesler-plugins</artifactId>
<version>2.3.0</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="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.tesler</groupId>
<artifactId>tesler-plugins</artifactId>
<version>2.3.0</version>
<packaging>pom</packaging>
<name>IO Tesler - Plugins</name>
<description>Java framework designed for creating Enterprise Rich Web Applications</description>
<url>http://tesler.io/tesler-bom/tesler-base/tesler-plugins</url>
<inceptionYear>2018</inceptionYear>
<organization>
<name>Tesler</name>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Tesler team</name>
<email>info@tesler.io</email>
<organization>Tesler</organization>
<organizationUrl>http://tesler.io</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:tesler-platformtesler.git/tesler-bom/tesler-base/tesler-plugins</connection>
<developerConnection>scm:git:git@github.com:tesler-platform/tesler.git/tesler-bom/tesler-base/tesler-plugins</developerConnection>
<tag>tesler-2.3.0</tag>
<url>https://github.com/tesler-platform/tesler/tesler-bom/tesler-base/tesler-plugins</url>
</scm>
<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.8</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>