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