is not current version
Last Version 2.5.11.RELEASE

com.github.wywuzh:commons-core 2.3.5.RELEASE


GroupId

GroupId

com.github.wywuzh
ArtifactId

ArtifactId

commons-core
Version

Version

2.3.5.RELEASE
Type

Type

jar

Download commons-core 2.3.5.RELEASE


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