GroupId | GroupIdcom.github.tratagroup |
---|---|
ArtifactId | ArtifactIdhse |
Version | Version1.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
hse-1.0.4.pom | |
hse-1.0.4.aar | 7 MB |
hse-1.0.4-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tratagroup/hse/ -->
<dependency>
<groupId>com.github.tratagroup</groupId>
<artifactId>hse</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tratagroup/hse/
implementation 'com.github.tratagroup:hse:1.0.4'
// https://jarcasting.com/artifacts/com.github.tratagroup/hse/
implementation ("com.github.tratagroup:hse:1.0.4")
'com.github.tratagroup:hse:aar:1.0.4'
<dependency org="com.github.tratagroup" name="hse" rev="1.0.4">
<artifact name="hse" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tratagroup', module='hse', version='1.0.4')
)
libraryDependencies += "com.github.tratagroup" % "hse" % "1.0.4"
[com.github.tratagroup/hse "1.0.4"]