J

JavaLibDemo

This is a demo project I created for learning how to create and publish a Java library DO NOT USE FOR PRODUCTION USE! (unless you just want a file that prints hello world)
https://github.com/v0ncent/JavaLibDemo
The Apache License, Version 2.0
Vincent Banks
Files download
File Operation
JavaLibDemo-1.0.0.jar download
JavaLibDemo-1.0.0.pom download
JavaLibDemo-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.v0ncent</groupId>
  <artifactId>JavaLibDemo</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.v0ncent:JavaLibDemo:1.0.0'
Gradle Kotlin
implementation("io.github.v0ncent:JavaLibDemo:1.0.0")
Scala SBT
libraryDependencies += "io.github.v0ncent" % "JavaLibDemo" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.v0ncent', module='JavaLibDemo', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.v0ncent" name="JavaLibDemo" rev="1.0.0" />
Leiningen
[io.github.v0ncent/JavaLibDemo "1.0.0"]
Apache Buildr
'io.github.v0ncent:JavaLibDemo:jar:1.0.0'
Dependencies
The project has no third-party dependencies