License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.winjaychan |
ArtifactId | ArtifactIdanti-replay-attack-core |
Version | Version0.3.0 |
Type | Typejar |
Description |
DescriptionDemo project for Spring Boot
|
<!-- https://jarcasting.com/artifacts/com.github.winjaychan/anti-replay-attack-core/ -->
<dependency>
<groupId>com.github.winjaychan</groupId>
<artifactId>anti-replay-attack-core</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.winjaychan/anti-replay-attack-core/
implementation 'com.github.winjaychan:anti-replay-attack-core:0.3.0'
// https://jarcasting.com/artifacts/com.github.winjaychan/anti-replay-attack-core/
implementation ("com.github.winjaychan:anti-replay-attack-core:0.3.0")
'com.github.winjaychan:anti-replay-attack-core:jar:0.3.0'
<dependency org="com.github.winjaychan" name="anti-replay-attack-core" rev="0.3.0">
<artifact name="anti-replay-attack-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.winjaychan', module='anti-replay-attack-core', version='0.3.0')
)
libraryDependencies += "com.github.winjaychan" % "anti-replay-attack-core" % "0.3.0"
[com.github.winjaychan/anti-replay-attack-core "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
com.github.ben-manes.caffeine : caffeine | jar | 2.9.0 |
org.springframework.boot : spring-boot-starter-data-redis | jar | |
org.apache.commons : commons-pool2 | jar | |
org.projectlombok : lombok Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |