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