Download state-0.9.5.jar file - Jar s

Jar examples for s:state

Description

State provides a data model that can describe a state space.

You can download jar file state 0.9.5 in this page.

License

MIT License

Build File

You can use the following script to add state-0.9.5.jar to your project.

<dependency>
   <groupId>ch.sbb.releasetrain</groupId>
   <artifactId>state</artifactId>
   <version>0.9.5</version>
</dependency>
compile group: 'ch.sbb.releasetrain', name: 'state', version: '0.9.5'
libraryDependencies += "ch.sbb.releasetrain" % "state" % "0.9.5"
<dependency org="ch.sbb.releasetrain" name="state" rev="0.9.5"/>
@Grapes(@Grab(group='ch.sbb.releasetrain', module='state', version='0.9.5'))
'ch.sbb.releasetrain:state:jar:0.9.5'

Download

Click the following link to download the jar file.

state-0.9.5-javadoc.jar
state-0.9.5-sources.jar
state-0.9.5.jar
state-0.9.5.pom



Related Tutorials