GroupId | GroupIdcom.github.yelong0216 |
---|---|
ArtifactId | ArtifactIdyelong-support |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
yelong-support-1.0.0.pom | |
yelong-support-1.0.0.jar | 131 KB |
yelong-support-1.0.0-sources.jar | 98 KB |
yelong-support-1.0.0-javadoc.jar | 781 KB |
Browse |
<!-- 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"]