License |
License |
---|---|
Categories |
CategoriesJava Languages Search Business Logic Libraries |
GroupId | GroupIdca.uhnresearch.pughlab |
ArtifactId | ArtifactIdjava-server |
Version | Version1.0.5 |
Type | Typejar |
Description |
DescriptionGeneric Server Container
A generic server container for the tracker, cbioPortal, and other Java-based web applications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-server-1.0.5.pom | |
java-server-1.0.5.jar | 7 MB |
java-server-1.0.5-sources.jar | 5 KB |
java-server-1.0.5-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.uhnresearch.pughlab/java-server/ -->
<dependency>
<groupId>ca.uhnresearch.pughlab</groupId>
<artifactId>java-server</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/ca.uhnresearch.pughlab/java-server/
implementation 'ca.uhnresearch.pughlab:java-server:1.0.5'
// https://jarcasting.com/artifacts/ca.uhnresearch.pughlab/java-server/
implementation ("ca.uhnresearch.pughlab:java-server:1.0.5")
'ca.uhnresearch.pughlab:java-server:jar:1.0.5'
<dependency org="ca.uhnresearch.pughlab" name="java-server" rev="1.0.5">
<artifact name="java-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.uhnresearch.pughlab', module='java-server', version='1.0.5')
)
libraryDependencies += "ca.uhnresearch.pughlab" % "java-server" % "1.0.5"
[ca.uhnresearch.pughlab/java-server "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : apache-jstl | pom | 9.2.9.v20150224 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |