Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdorg.jcuda |
ArtifactId | ArtifactIdjcurand-natives |
Version | Version10.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jcuda/jcurand-natives/ -->
<dependency>
<groupId>org.jcuda</groupId>
<artifactId>jcurand-natives</artifactId>
<version>10.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jcuda/jcurand-natives/
implementation 'org.jcuda:jcurand-natives:10.0.0'
// https://jarcasting.com/artifacts/org.jcuda/jcurand-natives/
implementation ("org.jcuda:jcurand-natives:10.0.0")
'org.jcuda:jcurand-natives:jar:10.0.0'
<dependency org="org.jcuda" name="jcurand-natives" rev="10.0.0">
<artifact name="jcurand-natives" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jcuda', module='jcurand-natives', version='10.0.0')
)
libraryDependencies += "org.jcuda" % "jcurand-natives" % "10.0.0"
[org.jcuda/jcurand-natives "10.0.0"]