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