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