| GroupId | GroupIdio.github.shenzhen2017 |
|---|---|
| ArtifactId | ArtifactIdeasyfloat |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| easyfloat-1.0.0.pom | |
| easyfloat-1.0.0-sources.jar | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.shenzhen2017/easyfloat/ -->
<dependency>
<groupId>io.github.shenzhen2017</groupId>
<artifactId>easyfloat</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.shenzhen2017/easyfloat/
implementation 'io.github.shenzhen2017:easyfloat:1.0.0'
// https://jarcasting.com/artifacts/io.github.shenzhen2017/easyfloat/
implementation ("io.github.shenzhen2017:easyfloat:1.0.0")
'io.github.shenzhen2017:easyfloat:aar:1.0.0'
<dependency org="io.github.shenzhen2017" name="easyfloat" rev="1.0.0">
<artifact name="easyfloat" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.shenzhen2017', module='easyfloat', version='1.0.0')
)
libraryDependencies += "io.github.shenzhen2017" % "easyfloat" % "1.0.0"
[io.github.shenzhen2017/easyfloat "1.0.0"]