MCPcopy Create free account
hub / github.com/Byteflux/libby / Library

Method Library

core/src/main/java/net/byteflux/libby/Library.java:75–98  ·  view source on GitHub ↗

Creates a new library. @param urls direct download URLs @param groupId Maven group ID @param artifactId Maven artifact ID @param version artifact version @param classifier artifact classifier or null @param checksum binary SHA-256 checksum or null @param relocations jar relocati

(Collection<String> urls,
                    String groupId,
                    String artifactId,
                    String version,
                    String classifier,
                    byte[] checksum,
                    Collection<Relocation> relocations)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

hasClassifierMethod · 0.95
hasRelocationsMethod · 0.95

Tested by

no test coverage detected