There was an error while loading. Please reload this page.
Use Docker image atomgraph/processor.
atomgraph/processor
To add AtomGraph Processor dependency:
for a stable version
for a SNAPSHOT version
SNAPSHOT
add Maven dependency in your project using an IDE, or in the pom.xml file:
pom.xml
<dependencies> <dependency> <groupId>com.atomgraph</groupId> <artifactId>processor</artifactId> <version>1.1.3</version> </dependency> </dependencies>
add or edit main/webapp/WEB-INF/web.xml with Configuration
main/webapp/WEB-INF/web.xml
jar
dependency
mvn -Pdependency package
war
standalone
mvn -Pstandalone package
See also AtomGraph Client installation.