| License |
License |
|---|---|
| GroupId | GroupIdcom.bendb.thrifty |
| ArtifactId | ArtifactIdthrifty-schema |
| Last Version | Last Version0.1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionthrifty-schema
A simple Thrift IDL parser and validator
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| thrifty-schema-0.1.4.pom | |
| thrifty-schema-0.1.4.jar | 142 KB |
| thrifty-schema-0.1.4-sources.jar | 52 KB |
| thrifty-schema-0.1.4-javadoc.jar | 182 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bendb.thrifty/thrifty-schema/ -->
<dependency>
<groupId>com.bendb.thrifty</groupId>
<artifactId>thrifty-schema</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.bendb.thrifty/thrifty-schema/
implementation 'com.bendb.thrifty:thrifty-schema:0.1.4'
// https://jarcasting.com/artifacts/com.bendb.thrifty/thrifty-schema/
implementation ("com.bendb.thrifty:thrifty-schema:0.1.4")
'com.bendb.thrifty:thrifty-schema:jar:0.1.4'
<dependency org="com.bendb.thrifty" name="thrifty-schema" rev="0.1.4">
<artifact name="thrifty-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bendb.thrifty', module='thrifty-schema', version='0.1.4')
)
libraryDependencies += "com.bendb.thrifty" % "thrifty-schema" % "0.1.4"
[com.bendb.thrifty/thrifty-schema "0.1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.auto.value : auto-value | jar | 1.1 |
| com.bendb.thrifty : thrifty-runtime | jar | 0.1.4 |
| com.squareup.okio : okio | jar | 1.6.0 |
| com.google.guava : guava | jar | 18.0 |
| com.google.code.findbugs : jsr305 | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |