Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdcom.github.guilhe |
ArtifactId | ArtifactIdlibrary |
Last Version | Last Version1.3.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
Description |
Filename | Size |
---|---|
library-1.3.2.pom | |
library-1.3.2.aar | 12 KB |
library-1.3.2-sources.jar | 5 KB |
library-1.3.2-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.guilhe/library/ -->
<dependency>
<groupId>com.github.guilhe</groupId>
<artifactId>library</artifactId>
<version>1.3.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.guilhe/library/
implementation 'com.github.guilhe:library:1.3.2'
// https://jarcasting.com/artifacts/com.github.guilhe/library/
implementation ("com.github.guilhe:library:1.3.2")
'com.github.guilhe:library:aar:1.3.2'
<dependency org="com.github.guilhe" name="library" rev="1.3.2">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.guilhe', module='library', version='1.3.2')
)
libraryDependencies += "com.github.guilhe" % "library" % "1.3.2"
[com.github.guilhe/library "1.3.2"]