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