GroupId | GroupIdorg.gridkit.lab |
---|---|
ArtifactId | ArtifactIdinterceptor |
Version | Version0.8.13 |
Type | Typejar |
Filename | Size |
---|---|
interceptor-0.8.13.pom | |
interceptor-0.8.13.jar | 64 KB |
interceptor-0.8.13-sources.jar | 32 KB |
interceptor-0.8.13-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gridkit.lab/interceptor/ -->
<dependency>
<groupId>org.gridkit.lab</groupId>
<artifactId>interceptor</artifactId>
<version>0.8.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.gridkit.lab/interceptor/
implementation 'org.gridkit.lab:interceptor:0.8.13'
// https://jarcasting.com/artifacts/org.gridkit.lab/interceptor/
implementation ("org.gridkit.lab:interceptor:0.8.13")
'org.gridkit.lab:interceptor:jar:0.8.13'
<dependency org="org.gridkit.lab" name="interceptor" rev="0.8.13">
<artifact name="interceptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gridkit.lab', module='interceptor', version='0.8.13')
)
libraryDependencies += "org.gridkit.lab" % "interceptor" % "0.8.13"
[org.gridkit.lab/interceptor "0.8.13"]