Class SnapshotJson

java.lang.Object
net.minecraftforge.fml.relauncher.libraries.SnapshotJson
All Implemented Interfaces:
Comparable<SnapshotJson>

public class SnapshotJson extends Object implements Comparable<SnapshotJson>
This is different from the standard maven snapshot metadata. Because none of that data is exposed to us as a user of gradle/maven/whatever. So we JUST use the timestamp. { "latest": "yyyyMMdd.hhmmss", "versions": [ { "md5": "md5 in hex lowercase", "timestamp": "yyyyMMdd.hhmmss" ] }