Artoria

A toolkit only rely on the jdk.

Лицензия

Лицензия

Группа

Группа

com.github.kahlkn.artoria
Идентификатор

Идентификатор

artoria
Последняя версия

Последняя версия

0.5.30.beta
Дата

Дата

Тип

Тип

jar
Описание

Описание

Artoria
A toolkit only rely on the jdk.
Ссылка на сайт

Ссылка на сайт

https://github.com/kahlkn/artoria
Система контроля версий

Система контроля версий

https://github.com/kahlkn/artoria

Скачать artoria

Как подключить последнюю версию

<!-- 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"]

Зависимости

provided (3)

Идентификатор библиотеки Тип Версия
cglib : cglib jar 2.2.2
commons-codec : commons-codec jar 1.10
org.bouncycastle : bcprov-jdk16 jar 1.46

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
com.alibaba : fastjson jar 1.2.43
mysql : mysql-connector-java jar 5.1.32

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.5.30.beta