License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.lo2k |
ArtifactId | ArtifactIdSVS |
Version | Version0.3 |
Type | Typejar |
Description |
DescriptionSVS
SVS (Small Version System) is a small versioning tool to handle
different versions of a java object in memory
|
Project URL |
Project URL |
Filename | Size |
---|---|
SVS-0.3.pom | |
SVS-0.3.jar | 39 KB |
SVS-0.3-sources.jar | 32 KB |
SVS-0.3-javadoc.jar | 138 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.lo2k/SVS/ -->
<dependency>
<groupId>net.lo2k</groupId>
<artifactId>SVS</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.lo2k/SVS/
implementation 'net.lo2k:SVS:0.3'
// https://jarcasting.com/artifacts/net.lo2k/SVS/
implementation ("net.lo2k:SVS:0.3")
'net.lo2k:SVS:jar:0.3'
<dependency org="net.lo2k" name="SVS" rev="0.3">
<artifact name="SVS" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lo2k', module='SVS', version='0.3')
)
libraryDependencies += "net.lo2k" % "SVS" % "0.3"
[net.lo2k/SVS "0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jyaml : jyaml | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |