Dependency Information

Apache Maven

<dependency>
  <groupId>info.smart_tools.smartactors</groupId>
  <artifactId>core.postgres_create_task</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'info.smart_tools.smartactors:core.postgres_create_task:jar:0.2.0-SNAPSHOT'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

compile 'info.smart_tools.smartactors:core.postgres_create_task:0.2.0-SNAPSHOT'

Scala SBT

libraryDependencies += "info.smart_tools.smartactors" % "core.postgres_create_task" % "0.2.0-SNAPSHOT"

Leiningen

[info.smart_tools.smartactors/core.postgres_create_task "0.2.0-SNAPSHOT"]