Artoria

A toolkit only rely on the jdk.

License

License

GroupId

GroupId

com.github.kahlkn.artoria
ArtifactId

ArtifactId

artoria
Last Version

Last Version

0.5.30.beta
Release Date

Release Date

Type

Type

jar
Description

Description

Artoria
A toolkit only rely on the jdk.
Project URL

Project URL

https://github.com/kahlkn/artoria
Source Code Management

Source Code Management

https://github.com/kahlkn/artoria

Download artoria

How to add to project

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

Dependencies

provided (3)

Group / Artifact Type Version
cglib : cglib jar 2.2.2
commons-codec : commons-codec jar 1.10
org.bouncycastle : bcprov-jdk16 jar 1.46

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
com.alibaba : fastjson jar 1.2.43
mysql : mysql-connector-java jar 5.1.32

Project Modules

There are no modules declared in this project.

What is Artoria

A toolkit only rely on the jdk. And provide aop, bean copy, bean to map, lock, some usually codec, type converter, simple encapsulation jdk crypto, reflect, file, io, http, serialize and more usually tools. These are only rely on jdk.

How to begin

In first, import this package in your project. If you using maven to package management tools, you can write following code in you "pom.xml" file.

<dependency>
    <groupId>com.github.kahlkn</groupId>
    <artifactId>artoria</artifactId>
    <version>latest</version>
</dependency>

Finally, you can using this package provide function now.

Why the name is Artoria

It is come from "Artoria Pendragon", is an anime person. (Artoria Pendragon in Wikipedia)

Artoria Pendragon

Versions

Version
0.5.30.beta