is not current version
Last Version 0.3

com.seejoke:core-tools 0.2

提供java常用的、流行的工具方法,减少项目冗余代码

GroupId

GroupId

com.seejoke
ArtifactId

ArtifactId

core-tools
Version

Version

0.2
Type

Type

jar

Download core-tools 0.2


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