License |
License |
---|---|
GroupId | GroupIdcom.github.kahlkn.artoria |
ArtifactId | ArtifactIdartoria |
Version | Version0.5.30.beta |
Type | Typejar |
Description |
DescriptionArtoria
A toolkit only rely on the jdk.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
artoria-0.5.30.beta.pom | |
artoria-0.5.30.beta.jar | 162 KB |
artoria-0.5.30.beta-sources.jar | 81 KB |
artoria-0.5.30.beta-javadoc.jar | 601 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib | jar | 2.2.2 |
commons-codec : commons-codec | jar | 1.10 |
org.bouncycastle : bcprov-jdk16 | jar | 1.46 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.alibaba : fastjson | jar | 1.2.43 |
mysql : mysql-connector-java | jar | 5.1.32 |