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