Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.siwenyan |
ArtifactId | ArtifactIdside |
Version | Version1.19.0.1 |
Type | Typejar |
Filename | Size |
---|---|
side-1.19.0.1.pom | |
side-1.19.0.1.jar | 98 KB |
side-1.19.0.1-sources.jar | 46 KB |
side-1.19.0.1-javadoc.jar | 217 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.siwenyan/side/ -->
<dependency>
<groupId>com.github.siwenyan</groupId>
<artifactId>side</artifactId>
<version>1.19.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.siwenyan/side/
implementation 'com.github.siwenyan:side:1.19.0.1'
// https://jarcasting.com/artifacts/com.github.siwenyan/side/
implementation ("com.github.siwenyan:side:1.19.0.1")
'com.github.siwenyan:side:jar:1.19.0.1'
<dependency org="com.github.siwenyan" name="side" rev="1.19.0.1">
<artifact name="side" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.siwenyan', module='side', version='1.19.0.1')
)
libraryDependencies += "com.github.siwenyan" % "side" % "1.19.0.1"
[com.github.siwenyan/side "1.19.0.1"]