| GroupId | GroupIdcom.microsoft.thrifty |
|---|---|
| ArtifactId | ArtifactIdthrifty-schema |
| Version | Version0.2.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]