Maven Coordinates
Apache Maven
<dependency> <groupId>com.github.igor-suhorukov</groupId> <artifactId>PostgresLogParser</artifactId> <version>0.1.7</version> </dependency>
Apache Ivy
<dependency org="com.github.igor-suhorukov" name="PostgresLogParser" rev="0.1.7"> <artifact name="PostgresLogParser" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.igor-suhorukov', module='PostgresLogParser', version='0.1.7') )
Gradle/Grails
implementation 'com.github.igor-suhorukov:PostgresLogParser:0.1.7'
Scala SBT
libraryDependencies += "com.github.igor-suhorukov" % "PostgresLogParser" % "0.1.7"
Leiningen
[com.github.igor-suhorukov/PostgresLogParser "0.1.7"]
