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