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