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