GroupId | GroupIdio.github.oliverliy |
---|---|
ArtifactId | ArtifactIdfast-sso-example |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
fast-sso-example-0.0.1.pom | |
fast-sso-example-0.0.1.jar | 4 KB |
fast-sso-example-0.0.1-sources.jar | 2 KB |
fast-sso-example-0.0.1-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.oliverliy/fast-sso-example/ -->
<dependency>
<groupId>io.github.oliverliy</groupId>
<artifactId>fast-sso-example</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.oliverliy/fast-sso-example/
implementation 'io.github.oliverliy:fast-sso-example:0.0.1'
// https://jarcasting.com/artifacts/io.github.oliverliy/fast-sso-example/
implementation ("io.github.oliverliy:fast-sso-example:0.0.1")
'io.github.oliverliy:fast-sso-example:jar:0.0.1'
<dependency org="io.github.oliverliy" name="fast-sso-example" rev="0.0.1">
<artifact name="fast-sso-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.oliverliy', module='fast-sso-example', version='0.0.1')
)
libraryDependencies += "io.github.oliverliy" % "fast-sso-example" % "0.0.1"
[io.github.oliverliy/fast-sso-example "0.0.1"]