| GroupId | GroupIdcom.cesarvaliente.random_string_generator |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version0.0.4-a |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-0.0.4-a.pom | |
| library-0.0.4-a-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cesarvaliente.random_string_generator/library/ -->
<dependency>
<groupId>com.cesarvaliente.random_string_generator</groupId>
<artifactId>library</artifactId>
<version>0.0.4-a</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.cesarvaliente.random_string_generator/library/
implementation 'com.cesarvaliente.random_string_generator:library:0.0.4-a'
// https://jarcasting.com/artifacts/com.cesarvaliente.random_string_generator/library/
implementation ("com.cesarvaliente.random_string_generator:library:0.0.4-a")
'com.cesarvaliente.random_string_generator:library:aar:0.0.4-a'
<dependency org="com.cesarvaliente.random_string_generator" name="library" rev="0.0.4-a">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.cesarvaliente.random_string_generator', module='library', version='0.0.4-a')
)
libraryDependencies += "com.cesarvaliente.random_string_generator" % "library" % "0.0.4-a"
[com.cesarvaliente.random_string_generator/library "0.0.4-a"]