GroupId | GroupIdcom.outegret |
---|---|
ArtifactId | ArtifactIdscene-ali-oss |
Version | Version1.0.8.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.outegret/scene-ali-oss/ -->
<dependency>
<groupId>com.outegret</groupId>
<artifactId>scene-ali-oss</artifactId>
<version>1.0.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.outegret/scene-ali-oss/
implementation 'com.outegret:scene-ali-oss:1.0.8.RELEASE'
// https://jarcasting.com/artifacts/com.outegret/scene-ali-oss/
implementation ("com.outegret:scene-ali-oss:1.0.8.RELEASE")
'com.outegret:scene-ali-oss:jar:1.0.8.RELEASE'
<dependency org="com.outegret" name="scene-ali-oss" rev="1.0.8.RELEASE">
<artifact name="scene-ali-oss" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outegret', module='scene-ali-oss', version='1.0.8.RELEASE')
)
libraryDependencies += "com.outegret" % "scene-ali-oss" % "1.0.8.RELEASE"
[com.outegret/scene-ali-oss "1.0.8.RELEASE"]