| License |
License |
|---|---|
| GroupId | GroupIdcom.arcbees.gaestudio |
| ArtifactId | ArtifactIdgae-studio |
| Version | Version1.0.1 |
| Type | Typewar |
| Description |
DescriptionGAE Studio
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| gae-studio-1.0.1.pom | |
| gae-studio-1.0.1.war | 26 MB |
| gae-studio-1.0.1-sources.jar | 4 KB |
| gae-studio-1.0.1-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.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.arcbees.gaestudio/gae-studio/
implementation 'com.arcbees.gaestudio:gae-studio:1.0.1'
// https://jarcasting.com/artifacts/com.arcbees.gaestudio/gae-studio/
implementation ("com.arcbees.gaestudio:gae-studio:1.0.1")
'com.arcbees.gaestudio:gae-studio:war:1.0.1'
<dependency org="com.arcbees.gaestudio" name="gae-studio" rev="1.0.1">
<artifact name="gae-studio" type="war" />
</dependency>
@Grapes(
@Grab(group='com.arcbees.gaestudio', module='gae-studio', version='1.0.1')
)
libraryDependencies += "com.arcbees.gaestudio" % "gae-studio" % "1.0.1"
[com.arcbees.gaestudio/gae-studio "1.0.1"]