Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>com.soebes.maven.plugins</groupId>
  <artifactId>uptodate-maven-plugin</artifactId>
  <version>0.2.1-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.soebes.maven.plugins:uptodate-maven-plugin:maven-plugin:0.2.1-SNAPSHOT'

Apache Ivy

<dependency org="com.soebes.maven.plugins" name="uptodate-maven-plugin" rev="0.2.1-SNAPSHOT">
  <artifact name="uptodate-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.soebes.maven.plugins', module='uptodate-maven-plugin', version='0.2.1-SNAPSHOT')
)

Grails

compile 'com.soebes.maven.plugins:uptodate-maven-plugin:0.2.1-SNAPSHOT'

Leiningen

[com.soebes.maven.plugins/uptodate-maven-plugin "0.2.1-SNAPSHOT"]

SBT

libraryDependencies += "com.soebes.maven.plugins" % "uptodate-maven-plugin" % "0.2.1-SNAPSHOT"