| License |
License |
|---|---|
| GroupId | GroupIdcom.github.damiansheldon |
| ArtifactId | ArtifactIdtreasure |
| Version | Version0.0.6 |
| 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.6.pom | |
| treasure-0.0.6.jar | 17 KB |
| treasure-0.0.6-sources.jar | 10 KB |
| treasure-0.0.6-javadoc.jar | 93 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.damiansheldon/treasure/ -->
<dependency>
<groupId>com.github.damiansheldon</groupId>
<artifactId>treasure</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.damiansheldon/treasure/
implementation 'com.github.damiansheldon:treasure:0.0.6'
// https://jarcasting.com/artifacts/com.github.damiansheldon/treasure/
implementation ("com.github.damiansheldon:treasure:0.0.6")
'com.github.damiansheldon:treasure:jar:0.0.6'
<dependency org="com.github.damiansheldon" name="treasure" rev="0.0.6">
<artifact name="treasure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.damiansheldon', module='treasure', version='0.0.6')
)
libraryDependencies += "com.github.damiansheldon" % "treasure" % "0.0.6"
[com.github.damiansheldon/treasure "0.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-jdbc | jar | |
| org.springframework.boot : spring-boot-starter-security | jar | |
| org.springframework.security : spring-security-oauth2-client | jar | |
| javax.validation : validation-api | jar |