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