| License |
License |
|---|---|
| GroupId | GroupIdcom.github.dkubiak |
| ArtifactId | ArtifactIdgoldfish-server |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThe dependencies visualizer
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| goldfish-server-1.0.pom | |
| goldfish-server-1.0.jar | 59 MB |
| goldfish-server-1.0-sources.jar | 7 KB |
| goldfish-server-1.0-javadoc.jar | 87 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dkubiak/goldfish-server/ -->
<dependency>
<groupId>com.github.dkubiak</groupId>
<artifactId>goldfish-server</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dkubiak/goldfish-server/
implementation 'com.github.dkubiak:goldfish-server:1.0'
// https://jarcasting.com/artifacts/com.github.dkubiak/goldfish-server/
implementation ("com.github.dkubiak:goldfish-server:1.0")
'com.github.dkubiak:goldfish-server:jar:1.0'
<dependency org="com.github.dkubiak" name="goldfish-server" rev="1.0">
<artifact name="goldfish-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dkubiak', module='goldfish-server', version='1.0')
)
libraryDependencies += "com.github.dkubiak" % "goldfish-server" % "1.0"
[com.github.dkubiak/goldfish-server "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 1.2.4.RELEASE |
| org.springframework.boot : spring-boot-starter-undertow | jar | 1.2.4.RELEASE |
| org.springframework : spring-context | jar | |
| org.springframework : spring-tx | jar | |
| org.springframework.data : spring-data-neo4j | jar | |
| org.springframework : spring-test | jar | |
| org.hibernate : hibernate-validator | jar | 5.1.3.Final |
| javax.el : javax.el-api | jar | 2.2.4 |
| org.neo4j.app : neo4j-server | jar | 2.1.5 |
| org.neo4j.app : neo4j-server | jar | 2.1.5 |
| org.neo4j.app : neo4j-browser | jar | 2.1.5 |
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.jayway.restassured : rest-assured | jar | 2.4.1 |
| com.google.code.gson : gson | jar | 2.3.1 |
| org.assertj : assertj-core | jar | 3.1.0 |
| org.mockito : mockito-core | jar | 1.10.19 |