Maven Coordinates

Apache Maven

<dependency>
  <groupId>com.github.igor-suhorukov</groupId>
  <artifactId>PostgresLogParser</artifactId>
  <version>0.1.6</version>
</dependency>

Apache Ivy

<dependency org="com.github.igor-suhorukov" name="PostgresLogParser" rev="0.1.6">
  <artifact name="PostgresLogParser" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.igor-suhorukov', module='PostgresLogParser', version='0.1.6')
)

Gradle/Grails

implementation 'com.github.igor-suhorukov:PostgresLogParser:0.1.6'

Scala SBT

libraryDependencies += "com.github.igor-suhorukov" % "PostgresLogParser" % "0.1.6"

Leiningen

[com.github.igor-suhorukov/PostgresLogParser "0.1.6"]