GroupId | GroupIdcom.github.wywuzh |
---|---|
ArtifactId | ArtifactIdcommons-core |
Version | Version2.3.11.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
commons-core-2.3.11.RELEASE.pom | |
commons-core-2.3.11.RELEASE.jar | 197 KB |
commons-core-2.3.11.RELEASE-sources.jar | 184 KB |
commons-core-2.3.11.RELEASE-javadoc.jar | 916 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wywuzh/commons-core/ -->
<dependency>
<groupId>com.github.wywuzh</groupId>
<artifactId>commons-core</artifactId>
<version>2.3.11.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-core/
implementation 'com.github.wywuzh:commons-core:2.3.11.RELEASE'
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-core/
implementation ("com.github.wywuzh:commons-core:2.3.11.RELEASE")
'com.github.wywuzh:commons-core:jar:2.3.11.RELEASE'
<dependency org="com.github.wywuzh" name="commons-core" rev="2.3.11.RELEASE">
<artifact name="commons-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wywuzh', module='commons-core', version='2.3.11.RELEASE')
)
libraryDependencies += "com.github.wywuzh" % "commons-core" % "2.3.11.RELEASE"
[com.github.wywuzh/commons-core "2.3.11.RELEASE"]