| GroupId | GroupIdcom.threewks.thundr |
|---|---|
| ArtifactId | ArtifactIdthundr-gae |
| Version | Version0.9.11.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| thundr-gae-0.9.11.1.pom | |
| thundr-gae-0.9.11.1.jar | 52 KB |
| thundr-gae-0.9.11.1-sources.jar | 34 KB |
| thundr-gae-0.9.11.1-javadoc.jar | 149 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.threewks.thundr/thundr-gae/ -->
<dependency>
<groupId>com.threewks.thundr</groupId>
<artifactId>thundr-gae</artifactId>
<version>0.9.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-gae/
implementation 'com.threewks.thundr:thundr-gae:0.9.11.1'
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-gae/
implementation ("com.threewks.thundr:thundr-gae:0.9.11.1")
'com.threewks.thundr:thundr-gae:jar:0.9.11.1'
<dependency org="com.threewks.thundr" name="thundr-gae" rev="0.9.11.1">
<artifact name="thundr-gae" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threewks.thundr', module='thundr-gae', version='0.9.11.1')
)
libraryDependencies += "com.threewks.thundr" % "thundr-gae" % "0.9.11.1"
[com.threewks.thundr/thundr-gae "0.9.11.1"]