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