GroupId | GroupIdorg.jcuda |
---|---|
ArtifactId | ArtifactIdjcurand |
Version | Version10.2.0 |
Type | Typejar |
Filename | Size |
---|---|
jcurand-10.2.0.pom | |
jcurand-10.2.0.jar | 8 KB |
jcurand-10.2.0-sources.jar | 14 KB |
jcurand-10.2.0-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jcuda/jcurand/ -->
<dependency>
<groupId>org.jcuda</groupId>
<artifactId>jcurand</artifactId>
<version>10.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jcuda/jcurand/
implementation 'org.jcuda:jcurand:10.2.0'
// https://jarcasting.com/artifacts/org.jcuda/jcurand/
implementation ("org.jcuda:jcurand:10.2.0")
'org.jcuda:jcurand:jar:10.2.0'
<dependency org="org.jcuda" name="jcurand" rev="10.2.0">
<artifact name="jcurand" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jcuda', module='jcurand', version='10.2.0')
)
libraryDependencies += "org.jcuda" % "jcurand" % "10.2.0"
[org.jcuda/jcurand "10.2.0"]