GroupId | GroupIdcom.github.yelong0216 |
---|---|
ArtifactId | ArtifactIdyelong-core |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
yelong-core-1.3.0.pom | |
yelong-core-1.3.0.jar | 261 KB |
yelong-core-1.3.0-sources.jar | 196 KB |
yelong-core-1.3.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>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-core/
implementation 'com.github.yelong0216:yelong-core:1.3.0'
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-core/
implementation ("com.github.yelong0216:yelong-core:1.3.0")
'com.github.yelong0216:yelong-core:jar:1.3.0'
<dependency org="com.github.yelong0216" name="yelong-core" rev="1.3.0">
<artifact name="yelong-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yelong0216', module='yelong-core', version='1.3.0')
)
libraryDependencies += "com.github.yelong0216" % "yelong-core" % "1.3.0"
[com.github.yelong0216/yelong-core "1.3.0"]