Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.microsoft.thrifty |
ArtifactId | ArtifactIdthrifty-java-codegen |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
thrifty-java-codegen-0.2.2.pom | |
thrifty-java-codegen-0.2.2.jar | 51 KB |
thrifty-java-codegen-0.2.2-sources.jar | 23 KB |
thrifty-java-codegen-0.2.2-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-java-codegen/ -->
<dependency>
<groupId>com.microsoft.thrifty</groupId>
<artifactId>thrifty-java-codegen</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-java-codegen/
implementation 'com.microsoft.thrifty:thrifty-java-codegen:0.2.2'
// https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-java-codegen/
implementation ("com.microsoft.thrifty:thrifty-java-codegen:0.2.2")
'com.microsoft.thrifty:thrifty-java-codegen:jar:0.2.2'
<dependency org="com.microsoft.thrifty" name="thrifty-java-codegen" rev="0.2.2">
<artifact name="thrifty-java-codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.thrifty', module='thrifty-java-codegen', version='0.2.2')
)
libraryDependencies += "com.microsoft.thrifty" % "thrifty-java-codegen" % "0.2.2"
[com.microsoft.thrifty/thrifty-java-codegen "0.2.2"]