License |
License |
---|---|
GroupId | GroupIdcom.github.guangyang1314666 |
ArtifactId | ArtifactIdhelper-core |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionhelper-core
helper核心,包括集合、字符串、Bean等工具
|
Filename | Size |
---|---|
helper-core-1.0.0.pom | |
helper-core-1.0.0.jar | 2 KB |
helper-core-1.0.0-sources.jar | 2 KB |
helper-core-1.0.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.guangyang1314666/helper-core/ -->
<dependency>
<groupId>com.github.guangyang1314666</groupId>
<artifactId>helper-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.guangyang1314666/helper-core/
implementation 'com.github.guangyang1314666:helper-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.guangyang1314666/helper-core/
implementation ("com.github.guangyang1314666:helper-core:1.0.0")
'com.github.guangyang1314666:helper-core:jar:1.0.0'
<dependency org="com.github.guangyang1314666" name="helper-core" rev="1.0.0">
<artifact name="helper-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.guangyang1314666', module='helper-core', version='1.0.0')
)
libraryDependencies += "com.github.guangyang1314666" % "helper-core" % "1.0.0"
[com.github.guangyang1314666/helper-core "1.0.0"]