EPCompendium Core


License

License

MIT
GroupId

GroupId

com.lkroll
ArtifactId

ArtifactId

epcompendium-core_sjs1_2.12
Last Version

Last Version

6.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

EPCompendium Core
EPCompendium Core
Project URL

Project URL

https://github.com/Bathtor/EPCompendium
Project Organization

Project Organization

com.lkroll
Source Code Management

Source Code Management

https://github.com/Bathtor/EPCompendium

Download epcompendium-core_sjs1_2.12

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.13
org.scala-js : scalajs-library_2.12 jar 1.5.0
com.lihaoyi : upickle_sjs1_2.12 jar [1.3,1.4)
com.beachape : enumeratum_sjs1_2.12 jar [1.6,1.7)
com.lkroll : common-data-tools_sjs1_2.12 jar 1.3.3
io.lemonlabs : scala-uri_sjs1_2.12 jar [3.2,3.3)
com.outr : scribe_sjs1_2.12 jar [3.5,3.6)

test (2)

Group / Artifact Type Version
org.scala-js : scalajs-test-bridge_2.12 jar 1.5.0
org.scalatest : scalatest_sjs1_2.12 jar 3.2.5

Project Modules

There are no modules declared in this project.

EPCompendium

CI

  • Core: Maven Central
  • Data: Maven Central
  • Media: Maven Central

This repository contains both data models and the data to build a custom Roll20 Compendium for Eclipse Phase.

The data models can be imported in order to use the generated data or generate custom data.

Setup for Roll20

Information on how to setup and use this compendium with Roll20 can be found here and the whole process is also described in the following video:

Setup Process

Dependency

Then add the library dependencies (pick which ones you need):

libraryDependencies += "com.lkroll" %% "epcompendium-core" % "6.1.0"
libraryDependencies += "com.lkroll" %% "epcompendium-data" % "6.1.0"
libraryDependencies += "com.lkroll" %% "epcompendium-media" % "6.1.0"

Or for ScalaJS:

libraryDependencies += "com.lkroll" %%% "epcompendium-core" % "6.1.0"
libraryDependencies += "com.lkroll" %%% "epcompendium-data" % "6.1.0"
libraryDependencies += "com.lkroll" %%% "epcompendium-media" % "6.1.0"

Licenses

The material in the core folder is my own work and published under MIT license.

The material in the data and media folders are based on Eclipse Phase by (Posthuman Studios)[http://eclipsephase.com] and is published under Creative Commons (BY-NC-SA) 3.0 (license)[https://creativecommons.org/licenses/by-nc-sa/3.0/] as is the original material.

Versions

Version
6.1.0