m

mvn-hello-world-support

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