GroupId | GroupIdcom.charlyghislain.authenticator |
---|---|
ArtifactId | ArtifactIdexamples |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
examples-1.0.1.pom | 852 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.charlyghislain.authenticator/examples/ -->
<dependency>
<groupId>com.charlyghislain.authenticator</groupId>
<artifactId>examples</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.charlyghislain.authenticator/examples/
implementation 'com.charlyghislain.authenticator:examples:1.0.1'
// https://jarcasting.com/artifacts/com.charlyghislain.authenticator/examples/
implementation ("com.charlyghislain.authenticator:examples:1.0.1")
'com.charlyghislain.authenticator:examples:pom:1.0.1'
<dependency org="com.charlyghislain.authenticator" name="examples" rev="1.0.1">
<artifact name="examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.charlyghislain.authenticator', module='examples', version='1.0.1')
)
libraryDependencies += "com.charlyghislain.authenticator" % "examples" % "1.0.1"
[com.charlyghislain.authenticator/examples "1.0.1"]