| GroupId | GroupIdio.github.forezp |
|---|---|
| ArtifactId | ArtifactIdfast-web-permission |
| Version | Version1.0.3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.forezp/fast-web-permission/ -->
<dependency>
<groupId>io.github.forezp</groupId>
<artifactId>fast-web-permission</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.forezp/fast-web-permission/
implementation 'io.github.forezp:fast-web-permission:1.0.3'
// https://jarcasting.com/artifacts/io.github.forezp/fast-web-permission/
implementation ("io.github.forezp:fast-web-permission:1.0.3")
'io.github.forezp:fast-web-permission:jar:1.0.3'
<dependency org="io.github.forezp" name="fast-web-permission" rev="1.0.3">
<artifact name="fast-web-permission" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.forezp', module='fast-web-permission', version='1.0.3')
)
libraryDependencies += "io.github.forezp" % "fast-web-permission" % "1.0.3"
[io.github.forezp/fast-web-permission "1.0.3"]