| GroupId | GroupIdorg.apache.atlas | 
|---|---|
| ArtifactId | ArtifactIdatlas-webapp | 
| Version | Version1.0.0-alpha | 
| Type | Typewar | 
| Filename | Size | 
|---|---|
| atlas-webapp-1.0.0-alpha.pom | |
| atlas-webapp-1.0.0-alpha.war | 132 MB | 
| atlas-webapp-1.0.0-alpha-test-sources.jar | 1 MB | 
| atlas-webapp-1.0.0-alpha-sources.jar | 165 KB | 
| atlas-webapp-1.0.0-alpha-classes.jar | 255 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.atlas/atlas-webapp/ -->
<dependency>
    <groupId>org.apache.atlas</groupId>
    <artifactId>atlas-webapp</artifactId>
    <version>1.0.0-alpha</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/org.apache.atlas/atlas-webapp/
implementation 'org.apache.atlas:atlas-webapp:1.0.0-alpha'// https://jarcasting.com/artifacts/org.apache.atlas/atlas-webapp/
implementation ("org.apache.atlas:atlas-webapp:1.0.0-alpha")'org.apache.atlas:atlas-webapp:war:1.0.0-alpha'<dependency org="org.apache.atlas" name="atlas-webapp" rev="1.0.0-alpha">
  <artifact name="atlas-webapp" type="war" />
</dependency>@Grapes(
@Grab(group='org.apache.atlas', module='atlas-webapp', version='1.0.0-alpha')
)libraryDependencies += "org.apache.atlas" % "atlas-webapp" % "1.0.0-alpha"[org.apache.atlas/atlas-webapp "1.0.0-alpha"]