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