| GroupId | GroupIdorg.apache.atlas | 
|---|---|
| ArtifactId | ArtifactIdatlas-webapp | 
| Version | Version0.6-incubating | 
| Type | Typewar | 
| Filename | Size | 
|---|---|
| atlas-webapp-0.6-incubating.pom | |
| atlas-webapp-0.6-incubating.war | 120 MB | 
| atlas-webapp-0.6-incubating-sources.jar | 63 KB | 
| atlas-webapp-0.6-incubating-classes.jar | 87 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.atlas/atlas-webapp/ -->
<dependency>
    <groupId>org.apache.atlas</groupId>
    <artifactId>atlas-webapp</artifactId>
    <version>0.6-incubating</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/org.apache.atlas/atlas-webapp/
implementation 'org.apache.atlas:atlas-webapp:0.6-incubating'// https://jarcasting.com/artifacts/org.apache.atlas/atlas-webapp/
implementation ("org.apache.atlas:atlas-webapp:0.6-incubating")'org.apache.atlas:atlas-webapp:war:0.6-incubating'<dependency org="org.apache.atlas" name="atlas-webapp" rev="0.6-incubating">
  <artifact name="atlas-webapp" type="war" />
</dependency>@Grapes(
@Grab(group='org.apache.atlas', module='atlas-webapp', version='0.6-incubating')
)libraryDependencies += "org.apache.atlas" % "atlas-webapp" % "0.6-incubating"[org.apache.atlas/atlas-webapp "0.6-incubating"]