GroupId | GroupIdcom.github.yannrichet |
---|---|
ArtifactId | ArtifactIdRsession |
Version | Version3.0.7 |
Type | Typejar |
Filename | Size |
---|---|
Rsession-3.0.7.pom | |
Rsession-3.0.7.jar | 1 MB |
Rsession-3.0.7-sources.jar | 1 MB |
Rsession-3.0.7-javadoc.jar | 551 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yannrichet/Rsession/ -->
<dependency>
<groupId>com.github.yannrichet</groupId>
<artifactId>Rsession</artifactId>
<version>3.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yannrichet/Rsession/
implementation 'com.github.yannrichet:Rsession:3.0.7'
// https://jarcasting.com/artifacts/com.github.yannrichet/Rsession/
implementation ("com.github.yannrichet:Rsession:3.0.7")
'com.github.yannrichet:Rsession:jar:3.0.7'
<dependency org="com.github.yannrichet" name="Rsession" rev="3.0.7">
<artifact name="Rsession" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yannrichet', module='Rsession', version='3.0.7')
)
libraryDependencies += "com.github.yannrichet" % "Rsession" % "3.0.7"
[com.github.yannrichet/Rsession "3.0.7"]