License |
License |
---|---|
GroupId | GroupIdcom.github.jpbetz |
ArtifactId | ArtifactIdsubspace |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptionsubspace
Lightweight vector and matrix math library for OpenGL programming in Scala.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
subspace-0.1.0.pom | |
subspace-0.1.0.jar | 43 KB |
subspace-0.1.0-sources.jar | 9 KB |
subspace-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jpbetz/subspace/ -->
<dependency>
<groupId>com.github.jpbetz</groupId>
<artifactId>subspace</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jpbetz/subspace/
implementation 'com.github.jpbetz:subspace:0.1.0'
// https://jarcasting.com/artifacts/com.github.jpbetz/subspace/
implementation ("com.github.jpbetz:subspace:0.1.0")
'com.github.jpbetz:subspace:jar:0.1.0'
<dependency org="com.github.jpbetz" name="subspace" rev="0.1.0">
<artifact name="subspace" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jpbetz', module='subspace', version='0.1.0')
)
libraryDependencies += "com.github.jpbetz" % "subspace" % "0.1.0"
[com.github.jpbetz/subspace "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.5 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.1.1 |