| License |
License |
|---|---|
| GroupId | GroupIdcom.lifeonwalden |
| ArtifactId | ArtifactIdapp-example-app |
| Last Version | Last Version1.0.9 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
Descriptionapp-example-app
A library to setup application
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| app-example-app-1.0.9.pom | |
| app-example-app-1.0.9.war | 13 MB |
| app-example-app-1.0.9-sources.jar | 10 KB |
| app-example-app-1.0.9-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lifeonwalden/app-example-app/ -->
<dependency>
<groupId>com.lifeonwalden</groupId>
<artifactId>app-example-app</artifactId>
<version>1.0.9</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.lifeonwalden/app-example-app/
implementation 'com.lifeonwalden:app-example-app:1.0.9'
// https://jarcasting.com/artifacts/com.lifeonwalden/app-example-app/
implementation ("com.lifeonwalden:app-example-app:1.0.9")
'com.lifeonwalden:app-example-app:war:1.0.9'
<dependency org="com.lifeonwalden" name="app-example-app" rev="1.0.9">
<artifact name="app-example-app" type="war" />
</dependency>
@Grapes(
@Grab(group='com.lifeonwalden', module='app-example-app', version='1.0.9')
)
libraryDependencies += "com.lifeonwalden" % "app-example-app" % "1.0.9"
[com.lifeonwalden/app-example-app "1.0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.lifeonwalden : app-gateway-front | jar | 1.0.9 |
| com.lifeonwalden : app-gateway-auth | jar | 1.0.9 |
| com.lifeonwalden : app-example-service-impl | jar | 1.0.9 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |