| GroupId | GroupIdio.github.julianrueck |
|---|---|
| ArtifactId | ArtifactIdinterceptors |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| interceptors-1.0.1.pom | |
| interceptors-1.0.1.jar | 3 KB |
| interceptors-1.0.1-sources.jar | 1 KB |
| interceptors-1.0.1-javadoc.jar | 108 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.julianrueck/interceptors/ -->
<dependency>
<groupId>io.github.julianrueck</groupId>
<artifactId>interceptors</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.julianrueck/interceptors/
implementation 'io.github.julianrueck:interceptors:1.0.1'
// https://jarcasting.com/artifacts/io.github.julianrueck/interceptors/
implementation ("io.github.julianrueck:interceptors:1.0.1")
'io.github.julianrueck:interceptors:jar:1.0.1'
<dependency org="io.github.julianrueck" name="interceptors" rev="1.0.1">
<artifact name="interceptors" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.julianrueck', module='interceptors', version='1.0.1')
)
libraryDependencies += "io.github.julianrueck" % "interceptors" % "1.0.1"
[io.github.julianrueck/interceptors "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.julianrueck : core | jar | ${revision} |
| org.springframework.boot : spring-boot-starter-web | jar |