GroupId | GroupIdcom.bendb.thrifty |
---|---|
ArtifactId | ArtifactIdthrifty-schema |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
thrifty-schema-0.1.3.pom | |
thrifty-schema-0.1.3.jar | 142 KB |
thrifty-schema-0.1.3-sources.jar | 54 KB |
thrifty-schema-0.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.bendb.thrifty/thrifty-schema/
implementation 'com.bendb.thrifty:thrifty-schema:0.1.3'
// https://jarcasting.com/artifacts/com.bendb.thrifty/thrifty-schema/
implementation ("com.bendb.thrifty:thrifty-schema:0.1.3")
'com.bendb.thrifty:thrifty-schema:jar:0.1.3'
<dependency org="com.bendb.thrifty" name="thrifty-schema" rev="0.1.3">
<artifact name="thrifty-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bendb.thrifty', module='thrifty-schema', version='0.1.3')
)
libraryDependencies += "com.bendb.thrifty" % "thrifty-schema" % "0.1.3"
[com.bendb.thrifty/thrifty-schema "0.1.3"]