| GroupId | GroupIdcom.arcbees.gaestudio |
|---|---|
| ArtifactId | ArtifactIdgae-studio |
| Version | Version1.0 |
| Type | Typewar |
| Filename | Size |
|---|---|
| gae-studio-1.0.pom | |
| gae-studio-1.0.war | 26 MB |
| gae-studio-1.0-sources.jar | 4 KB |
| gae-studio-1.0-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.arcbees.gaestudio/gae-studio/ -->
<dependency>
<groupId>com.arcbees.gaestudio</groupId>
<artifactId>gae-studio</artifactId>
<version>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.arcbees.gaestudio/gae-studio/
implementation 'com.arcbees.gaestudio:gae-studio:1.0'
// https://jarcasting.com/artifacts/com.arcbees.gaestudio/gae-studio/
implementation ("com.arcbees.gaestudio:gae-studio:1.0")
'com.arcbees.gaestudio:gae-studio:war:1.0'
<dependency org="com.arcbees.gaestudio" name="gae-studio" rev="1.0">
<artifact name="gae-studio" type="war" />
</dependency>
@Grapes(
@Grab(group='com.arcbees.gaestudio', module='gae-studio', version='1.0')
)
libraryDependencies += "com.arcbees.gaestudio" % "gae-studio" % "1.0"
[com.arcbees.gaestudio/gae-studio "1.0"]