GroupId | GroupIdcom.github.yelong0216 |
---|---|
ArtifactId | ArtifactIdyelong-commons |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
yelong-commons-1.0.3.pom | |
yelong-commons-1.0.3.jar | 28 KB |
yelong-commons-1.0.3-sources.jar | 21 KB |
yelong-commons-1.0.3-javadoc.jar | 168 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yelong0216/yelong-commons/ -->
<dependency>
<groupId>com.github.yelong0216</groupId>
<artifactId>yelong-commons</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-commons/
implementation 'com.github.yelong0216:yelong-commons:1.0.3'
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-commons/
implementation ("com.github.yelong0216:yelong-commons:1.0.3")
'com.github.yelong0216:yelong-commons:jar:1.0.3'
<dependency org="com.github.yelong0216" name="yelong-commons" rev="1.0.3">
<artifact name="yelong-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yelong0216', module='yelong-commons', version='1.0.3')
)
libraryDependencies += "com.github.yelong0216" % "yelong-commons" % "1.0.3"
[com.github.yelong0216/yelong-commons "1.0.3"]