| License |
License |
|---|---|
| GroupId | GroupIdcom.yo1000 |
| ArtifactId | ArtifactIdspree |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionspree
Tiny utilities for SPRing 3 (thREE)
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spree-1.0.0.pom | |
| spree-1.0.0.jar | 6 KB |
| spree-1.0.0-sources.jar | 2 KB |
| spree-1.0.0-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yo1000/spree/ -->
<dependency>
<groupId>com.yo1000</groupId>
<artifactId>spree</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yo1000/spree/
implementation 'com.yo1000:spree:1.0.0'
// https://jarcasting.com/artifacts/com.yo1000/spree/
implementation ("com.yo1000:spree:1.0.0")
'com.yo1000:spree:jar:1.0.0'
<dependency org="com.yo1000" name="spree" rev="1.0.0">
<artifact name="spree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yo1000', module='spree', version='1.0.0')
)
libraryDependencies += "com.yo1000" % "spree" % "1.0.0"
[com.yo1000/spree "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.1.51 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.1.51 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| org.springframework : spring-beans | jar | 3.0.0.RELEASE |
| org.springframework : spring-test | jar | 3.0.0.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.spek : spek-api | jar | 1.1.5 |
| org.jetbrains.spek : spek-data-driven-extension | jar | 1.1.5 |
| org.jetbrains.spek : spek-junit-platform-engine | jar | 1.1.5 |
| org.junit.platform : junit-platform-runner | jar | 1.0.1 |
| com.nhaarman : mockito-kotlin | jar | 1.5.0 |