| Лицензия |
Лицензия |
|---|---|
| Группа | Группаtech.sirwellington.alchemy |
| Идентификатор | Идентификаторalchemy-thrift |
| Последняя версия | Последняя версия2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеalchemy-thrift
Part of the Alchemy Collection.
Makes it Simple to work with Thrift in Java.
Saves you from writing boiler-plate code,
such as management of Clients,
and serialization of Thrift Objects.
This library also demonstrates how to incorporate thrift with maven,
for incorporation into your continuous delivery and distribution of your thrift schemas.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| alchemy-thrift-2.1.pom | |
| alchemy-thrift-2.1.jar | 89 KB |
| alchemy-thrift-2.1-sources.jar | 25 KB |
| alchemy-thrift-2.1-javadoc.jar | 501 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-thrift/ -->
<dependency>
<groupId>tech.sirwellington.alchemy</groupId>
<artifactId>alchemy-thrift</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-thrift/
implementation 'tech.sirwellington.alchemy:alchemy-thrift:2.1'
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-thrift/
implementation ("tech.sirwellington.alchemy:alchemy-thrift:2.1")
'tech.sirwellington.alchemy:alchemy-thrift:jar:2.1'
<dependency org="tech.sirwellington.alchemy" name="alchemy-thrift" rev="2.1">
<artifact name="alchemy-thrift" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.sirwellington.alchemy', module='alchemy-thrift', version='2.1')
)
libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-thrift" % "2.1"
[tech.sirwellington.alchemy/alchemy-thrift "2.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| tech.sirwellington.alchemy : alchemy-annotations | jar | 2.1.2 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.apache.thrift : libthrift | jar | 0.11.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.19.0 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| tech.sirwellington.alchemy : alchemy-test | jar | 2.2.2 |