| License |
License |
|---|---|
| GroupId | GroupIdio.lsn |
| ArtifactId | ArtifactIdspring-limiter |
| Last Version | Last Version2.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| spring-limiter-2.2.0.pom | |
| spring-limiter-2.2.0.jar | 16 KB |
| spring-limiter-2.2.0-sources.jar | 10 KB |
| spring-limiter-2.2.0-javadoc.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.lsn/spring-limiter/ -->
<dependency>
<groupId>io.lsn</groupId>
<artifactId>spring-limiter</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.lsn/spring-limiter/
implementation 'io.lsn:spring-limiter:2.2.0'
// https://jarcasting.com/artifacts/io.lsn/spring-limiter/
implementation ("io.lsn:spring-limiter:2.2.0")
'io.lsn:spring-limiter:jar:2.2.0'
<dependency org="io.lsn" name="spring-limiter" rev="2.2.0">
<artifact name="spring-limiter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lsn', module='spring-limiter', version='2.2.0')
)
libraryDependencies += "io.lsn" % "spring-limiter" % "2.2.0"
[io.lsn/spring-limiter "2.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-aop | jar | 2.2.0.RELEASE |
| io.lsn : spring-core | jar | 2.2.0 |
| org.springframework.ws : spring-ws-core | jar | 3.0.7.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |