| License |
License |
|---|---|
| GroupId | GroupIdcom.github.damiansheldon |
| ArtifactId | ArtifactIdtreasure |
| Last Version | Last Version0.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTreasure
The treasures I have accumulated in my daily java development. It can help other people face the same problem.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| treasure-0.0.8.pom | |
| treasure-0.0.8.jar | 14 KB |
| treasure-0.0.8-sources.jar | 8 KB |
| treasure-0.0.8-javadoc.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.damiansheldon/treasure/ -->
<dependency>
<groupId>com.github.damiansheldon</groupId>
<artifactId>treasure</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.damiansheldon/treasure/
implementation 'com.github.damiansheldon:treasure:0.0.8'
// https://jarcasting.com/artifacts/com.github.damiansheldon/treasure/
implementation ("com.github.damiansheldon:treasure:0.0.8")
'com.github.damiansheldon:treasure:jar:0.0.8'
<dependency org="com.github.damiansheldon" name="treasure" rev="0.0.8">
<artifact name="treasure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.damiansheldon', module='treasure', version='0.0.8')
)
libraryDependencies += "com.github.damiansheldon" % "treasure" % "0.0.8"
[com.github.damiansheldon/treasure "0.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-jdbc Optional | jar | |
| org.springframework.boot : spring-boot-starter-security Optional | jar | |
| org.springframework.security : spring-security-oauth2-client Optional | jar | |
| javax.validation : validation-api Optional | jar | |
| org.springframework.boot : spring-boot-starter-data-jpa Optional | jar |