GroupId | GroupIddev.sanda |
---|---|
ArtifactId | ArtifactIdauthentifi |
Version | Version0.0.1-dev1 |
Type | Typejar |
Filename | Size |
---|---|
authentifi-0.0.1-dev1.pom | |
authentifi-0.0.1-dev1.jar | 30 MB |
authentifi-0.0.1-dev1-sources.jar | 13 KB |
authentifi-0.0.1-dev1-javadoc.jar | 507 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.sanda/authentifi/ -->
<dependency>
<groupId>dev.sanda</groupId>
<artifactId>authentifi</artifactId>
<version>0.0.1-dev1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.sanda/authentifi/
implementation 'dev.sanda:authentifi:0.0.1-dev1'
// https://jarcasting.com/artifacts/dev.sanda/authentifi/
implementation ("dev.sanda:authentifi:0.0.1-dev1")
'dev.sanda:authentifi:jar:0.0.1-dev1'
<dependency org="dev.sanda" name="authentifi" rev="0.0.1-dev1">
<artifact name="authentifi" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.sanda', module='authentifi', version='0.0.1-dev1')
)
libraryDependencies += "dev.sanda" % "authentifi" % "0.0.1-dev1"
[dev.sanda/authentifi "0.0.1-dev1"]