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