Last Version

GameBoot 0.0.1

An over-engineered archetype gaming server written in Spring Boot.

License

License

GroupId

GroupId

com.github.mrstampy
ArtifactId

ArtifactId

gameboot
Version

Version

0.0.1
Type

Type

jar
Description

Description

GameBoot
An over-engineered archetype gaming server written in Spring Boot.
Project URL

Project URL

http://mrstampy.github.io/gameboot/
Source Code Management

Source Code Management

https://github.com/mrstampy/gameboot

Download gameboot 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.mrstampy/gameboot/ -->
<dependency>
    <groupId>com.github.mrstampy</groupId>
    <artifactId>gameboot</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrstampy/gameboot/
implementation 'com.github.mrstampy:gameboot:0.0.1'
// https://jarcasting.com/artifacts/com.github.mrstampy/gameboot/
implementation ("com.github.mrstampy:gameboot:0.0.1")
'com.github.mrstampy:gameboot:jar:0.0.1'
<dependency org="com.github.mrstampy" name="gameboot" rev="0.0.1">
  <artifact name="gameboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrstampy', module='gameboot', version='0.0.1')
)
libraryDependencies += "com.github.mrstampy" % "gameboot" % "0.0.1"
[com.github.mrstampy/gameboot "0.0.1"]

Dependencies

compile (21)

Group / Artifact Type Version
io.dropwizard.metrics : metrics-core jar 3.1.2
org.hibernate : hibernate-envers jar 4.3.11.Final
co.paralleluniverse : comsat-servlet jar 0.5.0
org.springframework.boot : spring-boot-starter-web jar
co.paralleluniverse : comsat-spring-boot-security jar 0.5.0
io.netty : netty-all jar 4.0.33.Final
org.springframework.boot : spring-boot-starter-data-jpa jar
javax : javaee-api jar 7.0
org.springframework.boot : spring-boot-starter-cache jar
org.codehaus.groovy : groovy-all jar 2.4.5
co.paralleluniverse : comsat-spring-boot jar 0.5.0
org.springframework.boot : spring-boot-starter-actuator jar
org.ehcache : ehcache jar 3.0.0.m4
org.springframework.boot : spring-boot-starter-websocket jar
co.paralleluniverse : comsat-actors-netty jar 0.5.0
javax.cache : cache-api jar 1.0.0
co.paralleluniverse : quasar-core jar 0.7.3
org.apache.commons : commons-lang3 jar 3.4
org.terracotta : management-model jar 2.0.0
org.springframework.boot : spring-boot-starter-aop jar
org.springframework.boot : spring-boot-starter-security jar

runtime (4)

Group / Artifact Type Version
com.h2database : h2 jar
org.postgresql : postgresql jar 9.4-1206-jdbc42
mysql : mysql-connector-java jar
org.apache.derby : derby jar 10.12.1.1

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.