| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.rosaloves |
| Идентификатор | Идентификаторbitlyj |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеbitlyj
A Java interface to the bit.ly and j.mp APIs, providing URL-shortening services.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| bitlyj-2.0.0.pom | |
| bitlyj-2.0.0.jar | 23 KB |
| bitlyj-2.0.0-sources.jar | 9 KB |
| bitlyj-2.0.0-javadoc.jar | 83 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.rosaloves/bitlyj/ -->
<dependency>
<groupId>com.rosaloves</groupId>
<artifactId>bitlyj</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rosaloves/bitlyj/
implementation 'com.rosaloves:bitlyj:2.0.0'
// https://jarcasting.com/artifacts/com.rosaloves/bitlyj/
implementation ("com.rosaloves:bitlyj:2.0.0")
'com.rosaloves:bitlyj:jar:2.0.0'
<dependency org="com.rosaloves" name="bitlyj" rev="2.0.0">
<artifact name="bitlyj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rosaloves', module='bitlyj', version='2.0.0')
)
libraryDependencies += "com.rosaloves" % "bitlyj" % "2.0.0"
[com.rosaloves/bitlyj "2.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.1 |