io.loli.util

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

GroupId

GroupId

io.loli
ArtifactId

ArtifactId

util
Last Version

Last Version

0.0.13
Release Date

Release Date

Type

Type

jar
Description

Description

io.loli.util
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project URL

Project URL

https://github.com/chocotan/java-sc
Source Code Management

Source Code Management

https://github.com/chocotan/io.loli.util.git

Download util

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

###io.loli.util

Build Status Maven Central

这是我个人使用的工具类 已经发布到maven中央仓库中

<depencency>
  <groupId>io.loli</groupId>
  <artifactId>util</artifactId>
  <version>0.0.13</version>
</dependency>

如需使用SNAPSHOT版本,则要将sonatype snapshot repo添加到pom.xml中

<repositories>
    <repository>
      <id>snapshots-repo</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </repository>
  </repositories>

###功能

  1. mail包已经被移除, 参见io.loli.util.mail
  2. string包中是字符串相关的工具,计算MD5值、短地址等

Versions

Version
0.0.13
0.0.12
0.0.8
0.0.6
0.0.5
0.0.2
0.0.1