mt-data-api

A port of mt-data-api-sdk-swift (https://github.com/movabletype/mt-data-api-sdk-swift)

License

License

Categories

Categories

Data
GroupId

GroupId

com.github.masiuchi
ArtifactId

ArtifactId

mt-data-api
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

mt-data-api
A port of mt-data-api-sdk-swift (https://github.com/movabletype/mt-data-api-sdk-swift)
Project URL

Project URL

https://github.com/masiuchi/mt-data-api-sdk-java
Source Code Management

Source Code Management

https://github.com/masiuchi/mt-data-api-sdk-java

Download mt-data-api

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.masiuchi/mt-data-api/ -->
<dependency>
    <groupId>com.github.masiuchi</groupId>
    <artifactId>mt-data-api</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.masiuchi/mt-data-api/
implementation 'com.github.masiuchi:mt-data-api:0.0.2'
// https://jarcasting.com/artifacts/com.github.masiuchi/mt-data-api/
implementation ("com.github.masiuchi:mt-data-api:0.0.2")
'com.github.masiuchi:mt-data-api:jar:0.0.2'
<dependency org="com.github.masiuchi" name="mt-data-api" rev="0.0.2">
  <artifact name="mt-data-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.masiuchi', module='mt-data-api', version='0.0.2')
)
libraryDependencies += "com.github.masiuchi" % "mt-data-api" % "0.0.2"
[com.github.masiuchi/mt-data-api "0.0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
com.squareup.okhttp3 : okhttp jar 3.6.0
org.json : json jar 20160810

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

mt-data-api-sdk-java

A port of mt-data-api-sdk-swift.

Install

Maven

<dependency>
    <groupId>com.github.masiuchi</groupId>
    <artifactId>mt-data-api</artifactId>
    <version>0.0.2</version>
</dependency>

Gradle

compile 'com.github.masiuchi:mt-data-api:0.0.2'

License & Copyright

The MIT License (MIT)

Copyright (c) 2015 Six Apart, Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Versions

Version
0.0.2
0.0.1