| GroupId | GroupIdes.3pies |
|---|---|
| ArtifactId | ArtifactIdmusicalumbrella |
| Version | Version0.2.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| musicalumbrella-0.2.0.pom | |
| musicalumbrella-0.2.0-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/es.3pies/musicalumbrella/ -->
<dependency>
<groupId>es.3pies</groupId>
<artifactId>musicalumbrella</artifactId>
<version>0.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/es.3pies/musicalumbrella/
implementation 'es.3pies:musicalumbrella:0.2.0'
// https://jarcasting.com/artifacts/es.3pies/musicalumbrella/
implementation ("es.3pies:musicalumbrella:0.2.0")
'es.3pies:musicalumbrella:aar:0.2.0'
<dependency org="es.3pies" name="musicalumbrella" rev="0.2.0">
<artifact name="musicalumbrella" type="aar" />
</dependency>
@Grapes(
@Grab(group='es.3pies', module='musicalumbrella', version='0.2.0')
)
libraryDependencies += "es.3pies" % "musicalumbrella" % "0.2.0"
[es.3pies/musicalumbrella "0.2.0"]