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