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