t

test-maven-deploy

Empty project used for testing deployment to Maven Central.
https://github.com/codemonstur/test-maven-deploy
MIT
Jurgen Voorneveld
Files download
File Operation
test-maven-deploy-2.jar download
test-maven-deploy-2.pom download
test-maven-deploy-2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.codemonstur</groupId>
  <artifactId>test-maven-deploy</artifactId>
  <version>2</version>
</dependency>
Gradle Groovy
implementation 'com.github.codemonstur:test-maven-deploy:2'
Gradle Kotlin
implementation("com.github.codemonstur:test-maven-deploy:2")
Scala SBT
libraryDependencies += "com.github.codemonstur" % "test-maven-deploy" % "2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.codemonstur', module='test-maven-deploy', version='2')
)
Apache Ivy
<dependency org="com.github.codemonstur" name="test-maven-deploy" rev="2" />
Leiningen
[com.github.codemonstur/test-maven-deploy "2"]
Apache Buildr
'com.github.codemonstur:test-maven-deploy:jar:2'
Dependencies
The project has no third-party dependencies