GroupId | GroupIdcom.github.rinde |
---|---|
ArtifactId | ArtifactIdrinsim-main |
Version | Version4.4.0 |
Type | Typejar |
Filename | Size |
---|---|
rinsim-main-4.4.0.pom | 18 KB |
rinsim-main-4.4.0-tests.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rinde/rinsim-main/ -->
<dependency>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-main</artifactId>
<version>4.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rinde/rinsim-main/
implementation 'com.github.rinde:rinsim-main:4.4.0'
// https://jarcasting.com/artifacts/com.github.rinde/rinsim-main/
implementation ("com.github.rinde:rinsim-main:4.4.0")
'com.github.rinde:rinsim-main:jar:4.4.0'
<dependency org="com.github.rinde" name="rinsim-main" rev="4.4.0">
<artifact name="rinsim-main" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rinde', module='rinsim-main', version='4.4.0')
)
libraryDependencies += "com.github.rinde" % "rinsim-main" % "4.4.0"
[com.github.rinde/rinsim-main "4.4.0"]