GroupId | GroupIdcom.github.kahlkn |
---|---|
ArtifactId | ArtifactIdmisaka-extend |
Version | Version1.0.0.20191020.beta |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.kahlkn/misaka-extend/ -->
<dependency>
<groupId>com.github.kahlkn</groupId>
<artifactId>misaka-extend</artifactId>
<version>1.0.0.20191020.beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kahlkn/misaka-extend/
implementation 'com.github.kahlkn:misaka-extend:1.0.0.20191020.beta'
// https://jarcasting.com/artifacts/com.github.kahlkn/misaka-extend/
implementation ("com.github.kahlkn:misaka-extend:1.0.0.20191020.beta")
'com.github.kahlkn:misaka-extend:jar:1.0.0.20191020.beta'
<dependency org="com.github.kahlkn" name="misaka-extend" rev="1.0.0.20191020.beta">
<artifact name="misaka-extend" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kahlkn', module='misaka-extend', version='1.0.0.20191020.beta')
)
libraryDependencies += "com.github.kahlkn" % "misaka-extend" % "1.0.0.20191020.beta"
[com.github.kahlkn/misaka-extend "1.0.0.20191020.beta"]