GroupId | GroupIdcom.charlyghislain.authenticator |
---|---|
ArtifactId | ArtifactIdmicrobundle |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
microbundle-1.0.3.pom | |
microbundle-1.0.3.jar | 21 KB |
microbundle-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.charlyghislain.authenticator/microbundle/
implementation 'com.charlyghislain.authenticator:microbundle:1.0.3'
// https://jarcasting.com/artifacts/com.charlyghislain.authenticator/microbundle/
implementation ("com.charlyghislain.authenticator:microbundle:1.0.3")
'com.charlyghislain.authenticator:microbundle:jar:1.0.3'
<dependency org="com.charlyghislain.authenticator" name="microbundle" rev="1.0.3">
<artifact name="microbundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.charlyghislain.authenticator', module='microbundle', version='1.0.3')
)
libraryDependencies += "com.charlyghislain.authenticator" % "microbundle" % "1.0.3"
[com.charlyghislain.authenticator/microbundle "1.0.3"]