s

statefull-webmodule-archetype

Archetype for a project that accesses the entityhub, and logs queries to a persisten graph
Files download
File Operation
statefull-webmodule-archetype-1.0.0.jar download
statefull-webmodule-archetype-1.0.0.pom download
statefull-webmodule-archetype-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.stanbol</groupId>
  <artifactId>statefull-webmodule-archetype</artifactId>
  <version>1.0.0</version>
  <type>maven-archetype</type>
</dependency>
Gradle Groovy
implementation 'org.apache.stanbol:statefull-webmodule-archetype:1.0.0'
Gradle Kotlin
implementation("org.apache.stanbol:statefull-webmodule-archetype:1.0.0")
Scala SBT
libraryDependencies += "org.apache.stanbol" % "statefull-webmodule-archetype" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.stanbol', module='statefull-webmodule-archetype', version='1.0.0')
)
Apache Ivy
<dependency org="org.apache.stanbol" name="statefull-webmodule-archetype" rev="1.0.0" />
Leiningen
[org.apache.stanbol/statefull-webmodule-archetype "1.0.0"]
Apache Buildr
'org.apache.stanbol:statefull-webmodule-archetype:jar:1.0.0'