License |
License |
---|---|
GroupId | GroupIdcom.github.soulyaroslav |
ArtifactId | ArtifactIdprojectname |
Version | Version0.1.0 |
Type | Typeaar |
Description |
DescriptionProjectName
Simple layout to show custom error toast with animation
|
Filename | Size |
---|---|
projectname-0.1.0.pom | |
projectname-0.1.0.aar | 25 KB |
projectname-0.1.0-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.soulyaroslav/projectname/ -->
<dependency>
<groupId>com.github.soulyaroslav</groupId>
<artifactId>projectname</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.soulyaroslav/projectname/
implementation 'com.github.soulyaroslav:projectname:0.1.0'
// https://jarcasting.com/artifacts/com.github.soulyaroslav/projectname/
implementation ("com.github.soulyaroslav:projectname:0.1.0")
'com.github.soulyaroslav:projectname:aar:0.1.0'
<dependency org="com.github.soulyaroslav" name="projectname" rev="0.1.0">
<artifact name="projectname" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.soulyaroslav', module='projectname', version='0.1.0')
)
libraryDependencies += "com.github.soulyaroslav" % "projectname" % "0.1.0"
[com.github.soulyaroslav/projectname "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » appcompat-v7 | jar | 25.1.1 |