| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJava Языки программирования Сеть |
| Группа | Группаcom.onetimesecret |
| Идентификатор | Идентификаторonetime-java-rest |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеOne Time Secret - REST
Java implementation for the One Time Secret REST API.
|
| Имя Файла | Размер |
|---|---|
| onetime-java-rest-1.0.pom | |
| onetime-java-rest-1.0.jar | 8 KB |
| onetime-java-rest-1.0-sources.jar | 4 KB |
| onetime-java-rest-1.0-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.onetimesecret/onetime-java-rest/ -->
<dependency>
<groupId>com.onetimesecret</groupId>
<artifactId>onetime-java-rest</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.onetimesecret/onetime-java-rest/
implementation 'com.onetimesecret:onetime-java-rest:1.0'
// https://jarcasting.com/artifacts/com.onetimesecret/onetime-java-rest/
implementation ("com.onetimesecret:onetime-java-rest:1.0")
'com.onetimesecret:onetime-java-rest:jar:1.0'
<dependency org="com.onetimesecret" name="onetime-java-rest" rev="1.0">
<artifact name="onetime-java-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.onetimesecret', module='onetime-java-rest', version='1.0')
)
libraryDependencies += "com.onetimesecret" % "onetime-java-rest" % "1.0"
[com.onetimesecret/onetime-java-rest "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.onetimesecret : onetime-java-spi | jar | 1.0 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| org.slf4j : slf4j-simple | jar | 1.7.7 |
| org.apache.commons : commons-lang3 | jar | 3.1 |
| org.glassfish.jersey.core : jersey-client | jar | 2.8 |
| org.glassfish.jersey.connectors : jersey-apache-connector | jar | 2.8 |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.8.8 |