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