GroupId | GroupIdcom.github.wshackle |
---|---|
ArtifactId | ArtifactIdrcslib |
Version | Version2016.11.18 |
Type | Typejar |
Filename | Size |
---|---|
rcslib-2016.11.18.pom | |
rcslib-2016.11.18.jar | 1 MB |
rcslib-2016.11.18-sources.jar | 921 KB |
rcslib-2016.11.18-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wshackle/rcslib/ -->
<dependency>
<groupId>com.github.wshackle</groupId>
<artifactId>rcslib</artifactId>
<version>2016.11.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wshackle/rcslib/
implementation 'com.github.wshackle:rcslib:2016.11.18'
// https://jarcasting.com/artifacts/com.github.wshackle/rcslib/
implementation ("com.github.wshackle:rcslib:2016.11.18")
'com.github.wshackle:rcslib:jar:2016.11.18'
<dependency org="com.github.wshackle" name="rcslib" rev="2016.11.18">
<artifact name="rcslib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wshackle', module='rcslib', version='2016.11.18')
)
libraryDependencies += "com.github.wshackle" % "rcslib" % "2016.11.18"
[com.github.wshackle/rcslib "2016.11.18"]