License |
License |
---|---|
GroupId | GroupIdcom.github.yelong0216 |
ArtifactId | ArtifactIdyelong-core |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionyelong-core
包含了针对jdbc的包装,以及model与数据库表的映射
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
yelong-core-2.2.0.pom | |
yelong-core-2.2.0.jar | 261 KB |
yelong-core-2.2.0-sources.jar | 196 KB |
yelong-core-2.2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yelong0216/yelong-core/ -->
<dependency>
<groupId>com.github.yelong0216</groupId>
<artifactId>yelong-core</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-core/
implementation 'com.github.yelong0216:yelong-core:2.2.0'
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-core/
implementation ("com.github.yelong0216:yelong-core:2.2.0")
'com.github.yelong0216:yelong-core:jar:2.2.0'
<dependency org="com.github.yelong0216" name="yelong-core" rev="2.2.0">
<artifact name="yelong-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yelong0216', module='yelong-core', version='2.2.0')
)
libraryDependencies += "com.github.yelong0216" % "yelong-core" % "2.2.0"
[com.github.yelong0216/yelong-core "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.yelong0216 : yelong-commons | jar | [2.2.0,2.3.0) |
com.github.jsqlparser : jsqlparser | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0-M1 |
mysql : mysql-connector-java | jar | 5.1.47 |