| License |
License
BSD License
|
|---|---|
| Categories |
CategoriesTomcat Container Application Servers |
| GroupId | GroupIdorg.eviline |
| ArtifactId | ArtifactIdeviline-tomcat |
| Last Version | Last Version1.0.11 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
Descriptioneviline-tomcat
Webapp that handles high scores and multiplayer. Eviline is a block-stacking
game that uses an AI to work against you.
|
| Filename | Size |
|---|---|
| eviline-tomcat-1.0.11.pom | |
| eviline-tomcat-1.0.11.war | 7 MB |
| eviline-tomcat-1.0.11-sources.jar | 5 KB |
| eviline-tomcat-1.0.11-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eviline/eviline-tomcat/ -->
<dependency>
<groupId>org.eviline</groupId>
<artifactId>eviline-tomcat</artifactId>
<version>1.0.11</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.eviline/eviline-tomcat/
implementation 'org.eviline:eviline-tomcat:1.0.11'
// https://jarcasting.com/artifacts/org.eviline/eviline-tomcat/
implementation ("org.eviline:eviline-tomcat:1.0.11")
'org.eviline:eviline-tomcat:war:1.0.11'
<dependency org="org.eviline" name="eviline-tomcat" rev="1.0.11">
<artifact name="eviline-tomcat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.eviline', module='eviline-tomcat', version='1.0.11')
)
libraryDependencies += "org.eviline" % "eviline-tomcat" % "1.0.11"
[org.eviline/eviline-tomcat "1.0.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis | jar | 3.1.1 |
| mysql : mysql-connector-java | jar | 5.1.21 |
| org.eviline : eviline | jar | 1.0.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |