java-tool

A java tool project that can make programming more convenient

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.tuanbaol
ArtifactId

ArtifactId

java-tool
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

java-tool
A java tool project that can make programming more convenient
Project URL

Project URL

https://github.com/fenweing/javatool
Source Code Management

Source Code Management

https://github.com/fenweing/javatool.git

Download java-tool

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

javatool

一个java工具包集合工程,包含日常开发涉及到如时间操作、异常操作、国际化处理等多个方面的工具类

持续完善中...

Versions

Version
1.0.1
1.0