GroupId | GroupIdcom.bendb.thrifty |
---|---|
ArtifactId | ArtifactIdthrifty-compiler |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
thrifty-compiler-0.1.3.pom | |
thrifty-compiler-0.1.3.jar | 4 MB |
thrifty-compiler-0.1.3-sources.jar | 2 KB |
thrifty-compiler-0.1.3-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bendb.thrifty/thrifty-compiler/ -->
<dependency>
<groupId>com.bendb.thrifty</groupId>
<artifactId>thrifty-compiler</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.bendb.thrifty/thrifty-compiler/
implementation 'com.bendb.thrifty:thrifty-compiler:0.1.3'
// https://jarcasting.com/artifacts/com.bendb.thrifty/thrifty-compiler/
implementation ("com.bendb.thrifty:thrifty-compiler:0.1.3")
'com.bendb.thrifty:thrifty-compiler:jar:0.1.3'
<dependency org="com.bendb.thrifty" name="thrifty-compiler" rev="0.1.3">
<artifact name="thrifty-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bendb.thrifty', module='thrifty-compiler', version='0.1.3')
)
libraryDependencies += "com.bendb.thrifty" % "thrifty-compiler" % "0.1.3"
[com.bendb.thrifty/thrifty-compiler "0.1.3"]