GroupId | GroupIdcom.github.userswlwork |
---|---|
ArtifactId | ArtifactIdbaseframe |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
baseframe-1.0.0.pom | |
baseframe-1.0.0.aar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.userswlwork/baseframe/ -->
<dependency>
<groupId>com.github.userswlwork</groupId>
<artifactId>baseframe</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.userswlwork/baseframe/
implementation 'com.github.userswlwork:baseframe:1.0.0'
// https://jarcasting.com/artifacts/com.github.userswlwork/baseframe/
implementation ("com.github.userswlwork:baseframe:1.0.0")
'com.github.userswlwork:baseframe:aar:1.0.0'
<dependency org="com.github.userswlwork" name="baseframe" rev="1.0.0">
<artifact name="baseframe" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.userswlwork', module='baseframe', version='1.0.0')
)
libraryDependencies += "com.github.userswlwork" % "baseframe" % "1.0.0"
[com.github.userswlwork/baseframe "1.0.0"]