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