gosdk-wrapper-maven-plugin-hello
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.igormaznitsa</groupId> <artifactId>gosdk-wrapper-maven-plugin-hello</artifactId> <version>1.0.4</version> </dependency>
<?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.igormaznitsa</groupId> <artifactId>gosdk-wrapper-maven-plugin-hello</artifactId> <version>1.0.4</version> <packaging>maven-archetype</packaging> <name>Maven GoLang SDK wrapper archetype</name> <description>The archetype generates simple gosdk-wrapper-maven-plugin project skeleton.</description> <url>https://github.com/raydac/gosdk-wrapper-maven-plugin/gosdk-wrapper-maven-plugin-hello</url> <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> <id>raydac</id> <name>Igor Maznitsa</name> <email>rrg4400@gmail.com</email> <url>https://www.igormaznitsa.com</url> <roles> <role>developer</role> </roles> <timezone>+2</timezone> </developer> </developers> <scm> <connection>scm:git:git://github.com/raydac/gosdk-wrapper-maven-plugin.git/gosdk-wrapper-maven-plugin-hello</connection> <developerConnection>scm:git:git@github.com:raydac/gosdk-wrapper-maven-plugin.git/gosdk-wrapper-maven-plugin-hello</developerConnection> <url>https://github.com/raydac/gosdk-wrapper-maven-plugin/gosdk-wrapper-maven-plugin-hello</url> </scm> </project>