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