is not current version
Last Version 2.2.0

com.github.yelong0216:yelong-support 1.0.0

对各种开源框架的包装、支持、拓展。这里也包含的yelong-core与orm框架的整合。 默认对所有依赖为 scope 为 provided 。您需要针对自己的需要进行再次依赖

GroupId

GroupId

com.github.yelong0216
ArtifactId

ArtifactId

yelong-support
Version

Version

1.0.0
Type

Type

jar

Download yelong-support 1.0.0


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