| GroupId | GroupIdcom.microsoft.thrifty |
|---|---|
| ArtifactId | ArtifactIdthrifty-schema |
| Version | Version2.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| thrifty-schema-2.0.0.pom | |
| thrifty-schema-2.0.0.jar | 370 KB |
| thrifty-schema-2.0.0-sources.jar | 107 KB |
| thrifty-schema-2.0.0-javadoc.jar | 973 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-schema/ -->
<dependency>
<groupId>com.microsoft.thrifty</groupId>
<artifactId>thrifty-schema</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-schema/
implementation 'com.microsoft.thrifty:thrifty-schema:2.0.0'
// https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-schema/
implementation ("com.microsoft.thrifty:thrifty-schema:2.0.0")
'com.microsoft.thrifty:thrifty-schema:jar:2.0.0'
<dependency org="com.microsoft.thrifty" name="thrifty-schema" rev="2.0.0">
<artifact name="thrifty-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.thrifty', module='thrifty-schema', version='2.0.0')
)
libraryDependencies += "com.microsoft.thrifty" % "thrifty-schema" % "2.0.0"
[com.microsoft.thrifty/thrifty-schema "2.0.0"]