GroupId | GroupIdcn.fly2think |
---|---|
ArtifactId | ArtifactIdSmartPressure |
Version | Version1.0.8 |
Type | Typeaar |
Filename | Size |
---|---|
SmartPressure-1.0.8.pom | |
SmartPressure-1.0.8-sources.jar | 21 KB |
SmartPressure-1.0.8-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/cn.fly2think/SmartPressure/ -->
<dependency>
<groupId>cn.fly2think</groupId>
<artifactId>SmartPressure</artifactId>
<version>1.0.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.fly2think/SmartPressure/
implementation 'cn.fly2think:SmartPressure:1.0.8'
// https://jarcasting.com/artifacts/cn.fly2think/SmartPressure/
implementation ("cn.fly2think:SmartPressure:1.0.8")
'cn.fly2think:SmartPressure:aar:1.0.8'
<dependency org="cn.fly2think" name="SmartPressure" rev="1.0.8">
<artifact name="SmartPressure" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.fly2think', module='SmartPressure', version='1.0.8')
)
libraryDependencies += "cn.fly2think" % "SmartPressure" % "1.0.8"
[cn.fly2think/SmartPressure "1.0.8"]