t

test-project

A project for deployment
https://github.com/paulwilson7865
CC BY-NC-ND 3.0
Paul Wilson
Files download
File Operation
test-project-1.0.0.jar download
test-project-1.0.0.pom download
test-project-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.paulwilson7865</groupId>
  <artifactId>test-project</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.paulwilson7865:test-project:1.0.0'
Gradle Kotlin
implementation("com.github.paulwilson7865:test-project:1.0.0")
Scala SBT
libraryDependencies += "com.github.paulwilson7865" % "test-project" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.paulwilson7865', module='test-project', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.paulwilson7865" name="test-project" rev="1.0.0" />
Leiningen
[com.github.paulwilson7865/test-project "1.0.0"]
Apache Buildr
'com.github.paulwilson7865:test-project:jar:1.0.0'
Dependencies
The project has no third-party dependencies