Skip to content

com.github.igabaydulin.groovy-example-ping 1.1.0 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>com.github.igabaydulin</groupId>
  <artifactId>groovy-example-ping</artifactId>
  <version>1.1.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

How to download and use this dependency you can read here

How to use:

public class App {

    public static void main(String[] args) {
        System.out.println(Ping.ping());
    }
}

The output:

ping

Details


Download activity

  • Total downloads 2
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions