Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>net.micwin.ticino</groupId>
  <artifactId>ticino-events</artifactId>
  <version>0.3.6</version>
</dependency>

Apache Buildr

'net.micwin.ticino:ticino-events:jar:0.3.6'

Apache Ant

<dependency org="net.micwin.ticino" name="ticino-events" rev="0.3.6">
  <artifact name="ticino-events" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.micwin.ticino', module='ticino-events', version='0.3.6')
)

Grails

compile 'net.micwin.ticino:ticino-events:0.3.6'

Leiningen

[net.micwin.ticino/ticino-events "0.3.6"]

SBT

libraryDependencies += "net.micwin.ticino" %% "ticino-events" % "0.3.6"