| GroupId | GroupIdtop.logbug.sni |
|---|---|
| ArtifactId | ArtifactIdstore-no-interceptor-starter |
| Version | Version1.1.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.logbug.sni/store-no-interceptor-starter/ -->
<dependency>
<groupId>top.logbug.sni</groupId>
<artifactId>store-no-interceptor-starter</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.logbug.sni/store-no-interceptor-starter/
implementation 'top.logbug.sni:store-no-interceptor-starter:1.1.2'
// https://jarcasting.com/artifacts/top.logbug.sni/store-no-interceptor-starter/
implementation ("top.logbug.sni:store-no-interceptor-starter:1.1.2")
'top.logbug.sni:store-no-interceptor-starter:jar:1.1.2'
<dependency org="top.logbug.sni" name="store-no-interceptor-starter" rev="1.1.2">
<artifact name="store-no-interceptor-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.logbug.sni', module='store-no-interceptor-starter', version='1.1.2')
)
libraryDependencies += "top.logbug.sni" % "store-no-interceptor-starter" % "1.1.2"
[top.logbug.sni/store-no-interceptor-starter "1.1.2"]