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