Dependency Information

Apache Maven

<dependency>
  <groupId>com.anton.martynenko</groupId>
  <artifactId>js-wrapper</artifactId>
  <version>1.2.4</version>
</dependency>

Apache Buildr

'com.anton.martynenko:js-wrapper:jar:1.2.4'

Apache Ivy

<dependency org="com.anton.martynenko" name="js-wrapper" rev="1.2.4">
  <artifact name="js-wrapper" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.anton.martynenko', module='js-wrapper', version='1.2.4')
)

Gradle/Grails

compile 'com.anton.martynenko:js-wrapper:1.2.4'

Scala SBT

libraryDependencies += "com.anton.martynenko" % "js-wrapper" % "1.2.4"

Leiningen

[com.anton.martynenko/js-wrapper "1.2.4"]