m

mvn-hello-world

Dummy project to test release automations
http://www.helpshift.com
Proprietary
Vineet Naik
Files download
File Operation
mvn-hello-world-0.9.0.jar download
mvn-hello-world-0.9.0.pom download
mvn-hello-world-0.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.helpshift.mvnhello</groupId>
  <artifactId>mvn-hello-world</artifactId>
  <version>0.9.0</version>
</dependency>
Gradle Groovy
implementation 'com.helpshift.mvnhello:mvn-hello-world:0.9.0'
Gradle Kotlin
implementation("com.helpshift.mvnhello:mvn-hello-world:0.9.0")
Scala SBT
libraryDependencies += "com.helpshift.mvnhello" % "mvn-hello-world" % "0.9.0"
Groovy Grape
@Grapes(
  @Grab(group='com.helpshift.mvnhello', module='mvn-hello-world', version='0.9.0')
)
Apache Ivy
<dependency org="com.helpshift.mvnhello" name="mvn-hello-world" rev="0.9.0" />
Leiningen
[com.helpshift.mvnhello/mvn-hello-world "0.9.0"]
Apache Buildr
'com.helpshift.mvnhello:mvn-hello-world:jar:0.9.0'
Dependencies