Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>net.grinderscript.dotnet</groupId>
  <artifactId>grinderscript-dotnet-parent</artifactId>
  <version>1.1</version>
  <type>pom</type>
</dependency>

Apache Buildr

'net.grinderscript.dotnet:grinderscript-dotnet-parent:pom:1.1'

Apache Ant

<dependency org="net.grinderscript.dotnet" name="grinderscript-dotnet-parent" rev="1.1">
  <artifact name="grinderscript-dotnet-parent" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.grinderscript.dotnet', module='grinderscript-dotnet-parent', version='1.1')
)

Grails

compile 'net.grinderscript.dotnet:grinderscript-dotnet-parent:1.1'

Leiningen

[net.grinderscript.dotnet/grinderscript-dotnet-parent "1.1"]

SBT

libraryDependencies += "net.grinderscript.dotnet" %% "grinderscript-dotnet-parent" % "1.1"