Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>net.grinderscript.dotnet</groupId>
  <artifactId>grinderscript-dotnet-core-j4n</artifactId>
  <version>1.1</version>
</dependency>

Apache Buildr

'net.grinderscript.dotnet:grinderscript-dotnet-core-j4n:jar:1.1'

Apache Ant

<dependency org="net.grinderscript.dotnet" name="grinderscript-dotnet-core-j4n" rev="1.1">
  <artifact name="grinderscript-dotnet-core-j4n" type="jar" />
</dependency>

Groovy Grape

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

Grails

compile 'net.grinderscript.dotnet:grinderscript-dotnet-core-j4n:1.1'

Leiningen

[net.grinderscript.dotnet/grinderscript-dotnet-core-j4n "1.1"]

SBT

libraryDependencies += "net.grinderscript.dotnet" %% "grinderscript-dotnet-core-j4n" % "1.1"