Skip to content

ryanseys/helloworld-java

Repository files navigation

helloworld-java

This project is a Hello World dependency for Java.

Blog post on how to publish to Maven Central & jCenter

Install

Install using Gradle:

compile 'com.ryanseys:helloworld:1.0.2'

Usage

import com.ryanseys.helloworld.Hello;
// ...
String g = new Hello().getGreeting();

License

Apache 2.0