License |
License |
---|---|
GroupId | GroupIdde.cit-ec.scie |
ArtifactId | ArtifactIdwebservice-scie |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSCIE Webservice
Contains the SCIE Webservice. This application will spawn a
multiple instances of the scie-core application in a process pool,
relay requests from the web frontend to the analysis process and parse
the resulting XCAS into an interactive HTML output or JSON.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
webservice-scie-2.0.1.pom | |
webservice-scie-2.0.1.jar | 17 KB |
webservice-scie-2.0.1-sources.jar | 10 KB |
webservice-scie-2.0.1-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.cit-ec.scie/webservice-scie/ -->
<dependency>
<groupId>de.cit-ec.scie</groupId>
<artifactId>webservice-scie</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.scie/webservice-scie/
implementation 'de.cit-ec.scie:webservice-scie:2.0.1'
// https://jarcasting.com/artifacts/de.cit-ec.scie/webservice-scie/
implementation ("de.cit-ec.scie:webservice-scie:2.0.1")
'de.cit-ec.scie:webservice-scie:jar:2.0.1'
<dependency org="de.cit-ec.scie" name="webservice-scie" rev="2.0.1">
<artifact name="webservice-scie" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.scie', module='webservice-scie', version='2.0.1')
)
libraryDependencies += "de.cit-ec.scie" % "webservice-scie" % "2.0.1"
[de.cit-ec.scie/webservice-scie "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
de.cit-ec.scie : scie-typesystem | jar | 2.0.1 |
de.cit-ec.scie : webservice | jar | 2.0.1 |
de.cit-ec.scie : scie-core | jar | 2.0.1 |