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