Download msdk-datamodel-0.0.7.jar file - Jar m

Jar examples for m:msdk-datamodel

Description

Basic implementations for MSDK data model interfaces

You can download jar file msdk-datamodel 0.0.7 in this page.

Build File

You can use the following script to add msdk-datamodel-0.0.7.jar to your project.

<dependency>
   <groupId>io.github.msdk</groupId>
   <artifactId>msdk-datamodel</artifactId>
   <version>0.0.7</version>
</dependency>
compile group: 'io.github.msdk', name: 'msdk-datamodel', version: '0.0.7'
libraryDependencies += "io.github.msdk" % "msdk-datamodel" % "0.0.7"
<dependency org="io.github.msdk" name="msdk-datamodel" rev="0.0.7"/>
@Grapes(@Grab(group='io.github.msdk', module='msdk-datamodel', version='0.0.7'))
'io.github.msdk:msdk-datamodel:jar:0.0.7'

Download

Click the following link to download the jar file.

msdk-datamodel-0.0.7-javadoc.jar
msdk-datamodel-0.0.7-sources.jar
msdk-datamodel-0.0.7.jar
msdk-datamodel-0.0.7.pom



Related Tutorials