Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.lgsxiaosen |
ArtifactId | ArtifactIdsidecar |
Version | Version1.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
sidecar-1.0-RELEASE.pom | |
sidecar-1.0-RELEASE.jar | 13 KB |
sidecar-1.0-RELEASE-sources.jar | 11 KB |
sidecar-1.0-RELEASE-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lgsxiaosen/sidecar/ -->
<dependency>
<groupId>com.github.lgsxiaosen</groupId>
<artifactId>sidecar</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lgsxiaosen/sidecar/
implementation 'com.github.lgsxiaosen:sidecar:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.lgsxiaosen/sidecar/
implementation ("com.github.lgsxiaosen:sidecar:1.0-RELEASE")
'com.github.lgsxiaosen:sidecar:jar:1.0-RELEASE'
<dependency org="com.github.lgsxiaosen" name="sidecar" rev="1.0-RELEASE">
<artifact name="sidecar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lgsxiaosen', module='sidecar', version='1.0-RELEASE')
)
libraryDependencies += "com.github.lgsxiaosen" % "sidecar" % "1.0-RELEASE"
[com.github.lgsxiaosen/sidecar "1.0-RELEASE"]