is not current version
Last Version 1.0.7

com.github.lapissea:jlapisvector 1.0.0

This is a small general purpose utility package used as a vector collection in my java projects but mostly games.

GroupId

GroupId

com.github.lapissea
ArtifactId

ArtifactId

jlapisvector
Version

Version

1.0.0
Type

Type

jar

Download jlapisvector 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.lapissea/jlapisvector/ -->
<dependency>
    <groupId>com.github.lapissea</groupId>
    <artifactId>jlapisvector</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lapissea/jlapisvector/
implementation 'com.github.lapissea:jlapisvector:1.0.0'
// https://jarcasting.com/artifacts/com.github.lapissea/jlapisvector/
implementation ("com.github.lapissea:jlapisvector:1.0.0")
'com.github.lapissea:jlapisvector:jar:1.0.0'
<dependency org="com.github.lapissea" name="jlapisvector" rev="1.0.0">
  <artifact name="jlapisvector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lapissea', module='jlapisvector', version='1.0.0')
)
libraryDependencies += "com.github.lapissea" % "jlapisvector" % "1.0.0"
[com.github.lapissea/jlapisvector "1.0.0"]