babel-swt
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.netxms</groupId> <artifactId>babel-swt</artifactId> <version>4.26.0</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.netxms</groupId> <artifactId>babel-swt</artifactId> <version>4.26.0</version> <packaging>jar</packaging> <name>babel-swt</name> <description>Localized message files for SWT and JFace from Babel project</description> <url>https://github.com/netxms/babel</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <lib.scope>provided</lib.scope> </properties> <licenses> <license> <name>Eclipse Public License 2.0</name> <url>https://www.eclipse.org/legal/epl-2.0/</url> </license> </licenses> <scm> <connection>scm:git:https://github.com/netxms/babel</connection> <developerConnection>scm:git:ssh://github.com/netxms/babel.git</developerConnection> <url>https://github.com/netxms/babel</url> </scm> <developers> <developer> <id>alex.kirhenshtein</id> <name>Alex Kirhenshtein</name> <email>alk@netxms.org</email> <organization>Raden Solutions</organization> <organizationUrl>https://radensolutions.com</organizationUrl> <roles> <role>developer</role> </roles> <timezone>Europe/Riga</timezone> </developer> </developers> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/netxms/babel/issues</url> </issueManagement> <distributionManagement> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>3.3.0</version> <configuration> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>3.2.4</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> <configuration> <repositoryId>ossrh</repositoryId> </configuration> </plugin> </plugins> </build> </project>