TagMyCode IDE Plugin Framework for Java

Java SDK for TagMyCode REST API

Лицензия

Лицензия

Группа

Группа

com.tagmycode
Идентификатор

Идентификатор

tagmycode-plugin
Последняя версия

Последняя версия

0.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

TagMyCode IDE Plugin Framework for Java
Java SDK for TagMyCode REST API
Ссылка на сайт

Ссылка на сайт

http://tagmycode.com

Скачать tagmycode-plugin

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.tagmycode : tagmycode-sdk jar 0.1.1
com.intellij : forms_rt jar 5.0

test (2)

Идентификатор библиотеки Тип Версия
com.tagmycode : tagmycode-sdk test-jar 0.1.1
org.mockito : mockito-all jar 1.9.5

Модули Проекта

Данный проект не имеет модулей.

Build Status Coverage Status

TagMyCode Java SDK

A Java library to access TagMyCode RESTful API.

Examples

Authenticating

Client client = new Client("consumer_id", "consumer_secret");
client.setOauthToken(new OauthToken("access_token", "refresh_token"));

Get account information for logged user

TagMyCode tagmycode = new TagMyCode(client)
User user = tagmycode.getAccount();

Версии библиотеки

Версия
0.1.1