GroupId | GroupIdcom.github.siwenyan |
---|---|
ArtifactId | ArtifactIdglue |
Version | Version1.18.a |
Type | Typejar |
Filename | Size |
---|---|
glue-1.18.a.pom | |
glue-1.18.a.jar | 25 KB |
glue-1.18.a-sources.jar | 11 KB |
glue-1.18.a-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.siwenyan/glue/ -->
<dependency>
<groupId>com.github.siwenyan</groupId>
<artifactId>glue</artifactId>
<version>1.18.a</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.siwenyan/glue/
implementation 'com.github.siwenyan:glue:1.18.a'
// https://jarcasting.com/artifacts/com.github.siwenyan/glue/
implementation ("com.github.siwenyan:glue:1.18.a")
'com.github.siwenyan:glue:jar:1.18.a'
<dependency org="com.github.siwenyan" name="glue" rev="1.18.a">
<artifact name="glue" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.siwenyan', module='glue', version='1.18.a')
)
libraryDependencies += "com.github.siwenyan" % "glue" % "1.18.a"
[com.github.siwenyan/glue "1.18.a"]