urlshortener

Java library for URL shortening services

Лицензия

Лицензия

Группа

Группа

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

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

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

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

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

urlshortener
Java library for URL shortening services
Ссылка на сайт

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

https://github.com/maginatics/urlshortener
Система контроля версий

Система контроля версий

https://github.com/maginatics/urlshortener

Скачать urlshortener

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic jar 1.0.13
org.slf4j : slf4j-api jar 1.7.5
com.squareup.retrofit : retrofit jar 1.3.0

test (2)

Идентификатор библиотеки Тип Версия
org.assertj : assertj-core jar 1.5.0
junit : junit jar 4.11

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

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

urlshortener: A Java client for URL shortners

Build Status

This is a dead simple client for interacting with various URL shortening services. Supported services: bit.ly and goo.gl. Diwaker Gupta originally wrote urlshortener at Maginatics.

Usage:

    UrlShortener shortener = UrlShorteners.bitlyUrlShortener(bitlyAccessToken);
    // Or googleUrlShortener(googleApiKey)
    URL shortUrl = shortener.shorten(longUrl);

That's it!

Get It

urlshortener is available via Maven Central:

<dependency>
    <groupId>com.maginatics</groupId>
    <artifactId>urlshortener</artifactId>
    <version>0.3.0</version>
</dependency>

License

Copyright (C) 2013-2014 Maginatics, Inc.

Licensed under the Apache License, Version 2.0

com.maginatics

Maginatics

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

Версия
0.3.0
0.2.0
0.1.0