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