GroupId | GroupIdorg.thriftee |
---|---|
ArtifactId | ArtifactIdthriftee-core |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
thriftee-core-0.4.0.pom | |
thriftee-core-0.4.0.jar | 237 KB |
thriftee-core-0.4.0-sources.jar | 176 KB |
thriftee-core-0.4.0-javadoc.jar | 847 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.thriftee/thriftee-core/ -->
<dependency>
<groupId>org.thriftee</groupId>
<artifactId>thriftee-core</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.thriftee/thriftee-core/
implementation 'org.thriftee:thriftee-core:0.4.0'
// https://jarcasting.com/artifacts/org.thriftee/thriftee-core/
implementation ("org.thriftee:thriftee-core:0.4.0")
'org.thriftee:thriftee-core:jar:0.4.0'
<dependency org="org.thriftee" name="thriftee-core" rev="0.4.0">
<artifact name="thriftee-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thriftee', module='thriftee-core', version='0.4.0')
)
libraryDependencies += "org.thriftee" % "thriftee-core" % "0.4.0"
[org.thriftee/thriftee-core "0.4.0"]