Categories |
CategoriesFirefly User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.fireflysource |
ArtifactId | ArtifactIdfirefly-wechat |
Version | Version5.0.0-alpha5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.fireflysource/firefly-wechat/ -->
<dependency>
<groupId>com.fireflysource</groupId>
<artifactId>firefly-wechat</artifactId>
<version>5.0.0-alpha5</version>
</dependency>
// https://jarcasting.com/artifacts/com.fireflysource/firefly-wechat/
implementation 'com.fireflysource:firefly-wechat:5.0.0-alpha5'
// https://jarcasting.com/artifacts/com.fireflysource/firefly-wechat/
implementation ("com.fireflysource:firefly-wechat:5.0.0-alpha5")
'com.fireflysource:firefly-wechat:jar:5.0.0-alpha5'
<dependency org="com.fireflysource" name="firefly-wechat" rev="5.0.0-alpha5">
<artifact name="firefly-wechat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fireflysource', module='firefly-wechat', version='5.0.0-alpha5')
)
libraryDependencies += "com.fireflysource" % "firefly-wechat" % "5.0.0-alpha5"
[com.fireflysource/firefly-wechat "5.0.0-alpha5"]