| Группа | Группаcom.microsoft.thrifty |
|---|---|
| Идентификатор | Идентификаторthrifty-schema |
| Версия | Версия0.2.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| thrifty-schema-0.2.3.pom | |
| thrifty-schema-0.2.3.jar | 150 KB |
| thrifty-schema-0.2.3-sources.jar | 59 KB |
| thrifty-schema-0.2.3-javadoc.jar | 194 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-schema/ -->
<dependency>
<groupId>com.microsoft.thrifty</groupId>
<artifactId>thrifty-schema</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-schema/
implementation 'com.microsoft.thrifty:thrifty-schema:0.2.3'
// https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-schema/
implementation ("com.microsoft.thrifty:thrifty-schema:0.2.3")
'com.microsoft.thrifty:thrifty-schema:jar:0.2.3'
<dependency org="com.microsoft.thrifty" name="thrifty-schema" rev="0.2.3">
<artifact name="thrifty-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.thrifty', module='thrifty-schema', version='0.2.3')
)
libraryDependencies += "com.microsoft.thrifty" % "thrifty-schema" % "0.2.3"
[com.microsoft.thrifty/thrifty-schema "0.2.3"]