is not current version
Last Version 1.25

com.github.siwenyan:common 1.1

Si Wenyan common

GroupId

GroupId

com.github.siwenyan
ArtifactId

ArtifactId

common
Version

Version

1.1
Type

Type

jar

Download common 1.1


<!-- https://jarcasting.com/artifacts/com.github.siwenyan/common/ -->
<dependency>
    <groupId>com.github.siwenyan</groupId>
    <artifactId>common</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.siwenyan/common/
implementation 'com.github.siwenyan:common:1.1'
// https://jarcasting.com/artifacts/com.github.siwenyan/common/
implementation ("com.github.siwenyan:common:1.1")
'com.github.siwenyan:common:jar:1.1'
<dependency org="com.github.siwenyan" name="common" rev="1.1">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.siwenyan', module='common', version='1.1')
)
libraryDependencies += "com.github.siwenyan" % "common" % "1.1"
[com.github.siwenyan/common "1.1"]