Dependency Information

Apache Maven

<dependency>
  <groupId>info.smart_tools.smartactors</groupId>
  <artifactId>plugin.postgres_db_tasks</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'info.smart_tools.smartactors:plugin.postgres_db_tasks:jar:0.2.0-SNAPSHOT'

Apache Ivy

<dependency org="info.smart_tools.smartactors" name="plugin.postgres_db_tasks" rev="0.2.0-SNAPSHOT">
  <artifact name="plugin.postgres_db_tasks" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='info.smart_tools.smartactors', module='plugin.postgres_db_tasks', version='0.2.0-SNAPSHOT')
)

Gradle/Grails

compile 'info.smart_tools.smartactors:plugin.postgres_db_tasks:0.2.0-SNAPSHOT'

Scala SBT

libraryDependencies += "info.smart_tools.smartactors" % "plugin.postgres_db_tasks" % "0.2.0-SNAPSHOT"

Leiningen

[info.smart_tools.smartactors/plugin.postgres_db_tasks "0.2.0-SNAPSHOT"]