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