GroupId | GroupIdcom.github.yelong0216 |
---|---|
ArtifactId | ArtifactIdyelong-compatibility |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yelong0216/yelong-compatibility/ -->
<dependency>
<groupId>com.github.yelong0216</groupId>
<artifactId>yelong-compatibility</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-compatibility/
implementation 'com.github.yelong0216:yelong-compatibility:1.3.0'
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-compatibility/
implementation ("com.github.yelong0216:yelong-compatibility:1.3.0")
'com.github.yelong0216:yelong-compatibility:jar:1.3.0'
<dependency org="com.github.yelong0216" name="yelong-compatibility" rev="1.3.0">
<artifact name="yelong-compatibility" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yelong0216', module='yelong-compatibility', version='1.3.0')
)
libraryDependencies += "com.github.yelong0216" % "yelong-compatibility" % "1.3.0"
[com.github.yelong0216/yelong-compatibility "1.3.0"]