Download diagram-api-0.3.0.jar file - Jar d

Jar examples for d:diagram-api

Description

Server API for providing sprotty diagrams

You can download jar file diagram-api 0.3.0 in this page.

License

Apache License 2.0

Build File

You can use the following script to add diagram-api-0.3.0.jar to your project.

<dependency>
   <groupId>io.typefox.sprotty</groupId>
   <artifactId>diagram-api</artifactId>
   <version>0.3.0</version>
</dependency>
compile group: 'io.typefox.sprotty', name: 'diagram-api', version: '0.3.0'
libraryDependencies += "io.typefox.sprotty" % "diagram-api" % "0.3.0"
<dependency org="io.typefox.sprotty" name="diagram-api" rev="0.3.0"/>
@Grapes(@Grab(group='io.typefox.sprotty', module='diagram-api', version='0.3.0'))
'io.typefox.sprotty:diagram-api:jar:0.3.0'

Download

Click the following link to download the jar file.

diagram-api-0.3.0-javadoc.jar
diagram-api-0.3.0-sources.jar
diagram-api-0.3.0.jar
diagram-api-0.3.0.pom



Related Tutorials