| License |
License |
|---|---|
| GroupId | GroupIdcom.github.jiramot |
| ArtifactId | ArtifactIdgracefulshutdown |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJRM Security
Spring security extension with JWT
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gracefulshutdown-0.0.1.pom | |
| gracefulshutdown-0.0.1.jar | 8 KB |
| gracefulshutdown-0.0.1-sources.jar | 3 KB |
| gracefulshutdown-0.0.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jiramot/gracefulshutdown/ -->
<dependency>
<groupId>com.github.jiramot</groupId>
<artifactId>gracefulshutdown</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jiramot/gracefulshutdown/
implementation 'com.github.jiramot:gracefulshutdown:0.0.1'
// https://jarcasting.com/artifacts/com.github.jiramot/gracefulshutdown/
implementation ("com.github.jiramot:gracefulshutdown:0.0.1")
'com.github.jiramot:gracefulshutdown:jar:0.0.1'
<dependency org="com.github.jiramot" name="gracefulshutdown" rev="0.0.1">
<artifact name="gracefulshutdown" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jiramot', module='gracefulshutdown', version='0.0.1')
)
libraryDependencies += "com.github.jiramot" % "gracefulshutdown" % "0.0.1"
[com.github.jiramot/gracefulshutdown "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |