License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.mitchseymour |
ArtifactId | ArtifactIdjava-thrift-parser |
Version | Version0.1.0 |
Type | Typepom |
Description |
DescriptionJava Thrift Parser
Translate the contents of a Thrift file into an Abstract Syntax Tree
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-thrift-parser-0.1.0.pom | |
java-thrift-parser-0.1.0.jar | 1 KB |
java-thrift-parser-0.1.0-sources.jar | 13 KB |
java-thrift-parser-0.1.0-javadoc.jar | 149 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mitchseymour/java-thrift-parser/ -->
<dependency>
<groupId>com.mitchseymour</groupId>
<artifactId>java-thrift-parser</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mitchseymour/java-thrift-parser/
implementation 'com.mitchseymour:java-thrift-parser:0.1.0'
// https://jarcasting.com/artifacts/com.mitchseymour/java-thrift-parser/
implementation ("com.mitchseymour:java-thrift-parser:0.1.0")
'com.mitchseymour:java-thrift-parser:pom:0.1.0'
<dependency org="com.mitchseymour" name="java-thrift-parser" rev="0.1.0">
<artifact name="java-thrift-parser" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mitchseymour', module='java-thrift-parser', version='0.1.0')
)
libraryDependencies += "com.mitchseymour" % "java-thrift-parser" % "0.1.0"
[com.mitchseymour/java-thrift-parser "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.thrift : libthrift | jar | 0.9.3 |
org.parboiled : parboiled-java | jar | 1.1.7 |