Categories |
CategoriesGUI User Interface Hermes Application Layer Libs Messaging |
---|---|
GroupId | GroupIdcom.github.guilhermesgb |
ArtifactId | ArtifactIdlibrary |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
library-1.0.0.pom | |
library-1.0.0.aar | 44 KB |
library-1.0.0-sources.jar | 5 KB |
library-1.0.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.guilhermesgb/library/ -->
<dependency>
<groupId>com.github.guilhermesgb</groupId>
<artifactId>library</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.guilhermesgb/library/
implementation 'com.github.guilhermesgb:library:1.0.0'
// https://jarcasting.com/artifacts/com.github.guilhermesgb/library/
implementation ("com.github.guilhermesgb:library:1.0.0")
'com.github.guilhermesgb:library:aar:1.0.0'
<dependency org="com.github.guilhermesgb" name="library" rev="1.0.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.guilhermesgb', module='library', version='1.0.0')
)
libraryDependencies += "com.github.guilhermesgb" % "library" % "1.0.0"
[com.github.guilhermesgb/library "1.0.0"]