GroupId | GroupIdorg.gridkit.lab |
---|---|
ArtifactId | ArtifactIdinterceptor |
Version | Version0.8.2.2 |
Type | Typejar |
Filename | Size |
---|---|
interceptor-0.8.2.2.pom | |
interceptor-0.8.2.2.jar | 64 KB |
interceptor-0.8.2.2-sources.jar | 32 KB |
interceptor-0.8.2.2-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.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.gridkit.lab/interceptor/
implementation 'org.gridkit.lab:interceptor:0.8.2.2'
// https://jarcasting.com/artifacts/org.gridkit.lab/interceptor/
implementation ("org.gridkit.lab:interceptor:0.8.2.2")
'org.gridkit.lab:interceptor:jar:0.8.2.2'
<dependency org="org.gridkit.lab" name="interceptor" rev="0.8.2.2">
<artifact name="interceptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gridkit.lab', module='interceptor', version='0.8.2.2')
)
libraryDependencies += "org.gridkit.lab" % "interceptor" % "0.8.2.2"
[org.gridkit.lab/interceptor "0.8.2.2"]