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