PorkStudios / PorkLib

Fast, lightweight libraries for Java. Note: this is very much a work-in-progress, documentation is spotty and the API is changing constantly!
https://daporkchop.net
Other
31 stars 5 forks source link

'All' distribution? #50

Closed BitBuf closed 4 years ago

BitBuf commented 4 years ago

Distribute a jar with all library components in, it's a bit weirdy having to put the binary library in my Gradle and being granted access to like 7 other ones. Things like this are all over the place when including PorkLib, imo an 'all' dist will help clear this stuff up.

Crystallinqq commented 4 years ago

dont think i asked

DaMatrix commented 4 years ago

Sub-dependencies aren't really anything out of the ordinary, all sorts of other things do that.

example 1 example 2

You can add net.daporkchop.lib:full as a dependency, it depends on every other module.

BitBuf commented 4 years ago

damn, i am quite the spesh