GroupId | GroupIdcom.github.dailystudio |
---|---|
ArtifactId | ArtifactIddevbricks |
Version | Version1.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
devbricks-1.1.0.pom | |
devbricks-1.1.0.aar | 324 KB |
devbricks-1.1.0-sources.jar | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dailystudio/devbricks/ -->
<dependency>
<groupId>com.github.dailystudio</groupId>
<artifactId>devbricks</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dailystudio/devbricks/
implementation 'com.github.dailystudio:devbricks:1.1.0'
// https://jarcasting.com/artifacts/com.github.dailystudio/devbricks/
implementation ("com.github.dailystudio:devbricks:1.1.0")
'com.github.dailystudio:devbricks:aar:1.1.0'
<dependency org="com.github.dailystudio" name="devbricks" rev="1.1.0">
<artifact name="devbricks" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.dailystudio', module='devbricks', version='1.1.0')
)
libraryDependencies += "com.github.dailystudio" % "devbricks" % "1.1.0"
[com.github.dailystudio/devbricks "1.1.0"]