GroupId | GroupIdcom.charlyghislain.authenticator |
---|---|
ArtifactId | ArtifactIdmicrobundle |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
microbundle-1.0.6.pom | |
microbundle-1.0.6.jar | 21 KB |
microbundle-1.0.6-sources.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.charlyghislain.authenticator/microbundle/ -->
<dependency>
<groupId>com.charlyghislain.authenticator</groupId>
<artifactId>microbundle</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.charlyghislain.authenticator/microbundle/
implementation 'com.charlyghislain.authenticator:microbundle:1.0.6'
// https://jarcasting.com/artifacts/com.charlyghislain.authenticator/microbundle/
implementation ("com.charlyghislain.authenticator:microbundle:1.0.6")
'com.charlyghislain.authenticator:microbundle:jar:1.0.6'
<dependency org="com.charlyghislain.authenticator" name="microbundle" rev="1.0.6">
<artifact name="microbundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.charlyghislain.authenticator', module='microbundle', version='1.0.6')
)
libraryDependencies += "com.charlyghislain.authenticator" % "microbundle" % "1.0.6"
[com.charlyghislain.authenticator/microbundle "1.0.6"]