| GroupId | GroupIdcom.github.yelong0216 |
|---|---|
| ArtifactId | ArtifactIdyelong-core |
| Version | Version2.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| yelong-core-2.1.2.pom | |
| yelong-core-2.1.2.jar | 354 KB |
| yelong-core-2.1.2-sources.jar | 246 KB |
| yelong-core-2.1.2-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yelong0216/yelong-core/ -->
<dependency>
<groupId>com.github.yelong0216</groupId>
<artifactId>yelong-core</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-core/
implementation 'com.github.yelong0216:yelong-core:2.1.2'
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-core/
implementation ("com.github.yelong0216:yelong-core:2.1.2")
'com.github.yelong0216:yelong-core:jar:2.1.2'
<dependency org="com.github.yelong0216" name="yelong-core" rev="2.1.2">
<artifact name="yelong-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yelong0216', module='yelong-core', version='2.1.2')
)
libraryDependencies += "com.github.yelong0216" % "yelong-core" % "2.1.2"
[com.github.yelong0216/yelong-core "2.1.2"]