License |
License |
---|---|
GroupId | GroupIdcom.github.winjaychan |
ArtifactId | ArtifactIdexample-userid-attack |
Version | Version0.3.0 |
Type | Typejar |
Description |
DescriptionDemo project for Spring Boot
|
<!-- https://jarcasting.com/artifacts/com.github.winjaychan/example-userid-attack/ -->
<dependency>
<groupId>com.github.winjaychan</groupId>
<artifactId>example-userid-attack</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.winjaychan/example-userid-attack/
implementation 'com.github.winjaychan:example-userid-attack:0.3.0'
// https://jarcasting.com/artifacts/com.github.winjaychan/example-userid-attack/
implementation ("com.github.winjaychan:example-userid-attack:0.3.0")
'com.github.winjaychan:example-userid-attack:jar:0.3.0'
<dependency org="com.github.winjaychan" name="example-userid-attack" rev="0.3.0">
<artifact name="example-userid-attack" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.winjaychan', module='example-userid-attack', version='0.3.0')
)
libraryDependencies += "com.github.winjaychan" % "example-userid-attack" % "0.3.0"
[com.github.winjaychan/example-userid-attack "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-aop | jar | |
com.github.winjaychan : anti-replay-attack-spring-boot-starter | jar | 0.3.0 |
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 |