License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.bendb.thrifty |
ArtifactId | ArtifactIdthrifty-java-codegen |
Version | Version0.1.4 |
Type | Typejar |
Description |
Descriptionthrifty-java-codegen
Converts Thrifty Schemas into Java source files
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
thrifty-java-codegen-0.1.4.pom | |
thrifty-java-codegen-0.1.4.jar | 49 KB |
thrifty-java-codegen-0.1.4-sources.jar | 22 KB |
thrifty-java-codegen-0.1.4-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bendb.thrifty/thrifty-java-codegen/ -->
<dependency>
<groupId>com.bendb.thrifty</groupId>
<artifactId>thrifty-java-codegen</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.bendb.thrifty/thrifty-java-codegen/
implementation 'com.bendb.thrifty:thrifty-java-codegen:0.1.4'
// https://jarcasting.com/artifacts/com.bendb.thrifty/thrifty-java-codegen/
implementation ("com.bendb.thrifty:thrifty-java-codegen:0.1.4")
'com.bendb.thrifty:thrifty-java-codegen:jar:0.1.4'
<dependency org="com.bendb.thrifty" name="thrifty-java-codegen" rev="0.1.4">
<artifact name="thrifty-java-codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bendb.thrifty', module='thrifty-java-codegen', version='0.1.4')
)
libraryDependencies += "com.bendb.thrifty" % "thrifty-java-codegen" % "0.1.4"
[com.bendb.thrifty/thrifty-java-codegen "0.1.4"]
Group / Artifact | Type | Version |
---|---|---|
com.bendb.thrifty : thrifty-runtime | jar | 0.1.4 |
com.bendb.thrifty : thrifty-compiler-plugins | jar | 0.1.4 |
com.squareup.okio : okio | jar | 1.6.0 |
com.squareup : javapoet | jar | 1.4.0 |
joda-time : joda-time | jar | 2.9.1 |
com.bendb.thrifty : thrifty-schema | jar | 0.1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |