is not current version
Last Version 2020.1.5

com.github.cs125-illinois:empire 2019.1.0

MP module manager

GroupId

GroupId

com.github.cs125-illinois
ArtifactId

ArtifactId

empire
Version

Version

2019.1.0
Type

Type

pom

Download empire 2019.1.0


<!-- https://jarcasting.com/artifacts/com.github.cs125-illinois/empire/ -->
<dependency>
    <groupId>com.github.cs125-illinois</groupId>
    <artifactId>empire</artifactId>
    <version>2019.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cs125-illinois/empire/
implementation 'com.github.cs125-illinois:empire:2019.1.0'
// https://jarcasting.com/artifacts/com.github.cs125-illinois/empire/
implementation ("com.github.cs125-illinois:empire:2019.1.0")
'com.github.cs125-illinois:empire:pom:2019.1.0'
<dependency org="com.github.cs125-illinois" name="empire" rev="2019.1.0">
  <artifact name="empire" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cs125-illinois', module='empire', version='2019.1.0')
)
libraryDependencies += "com.github.cs125-illinois" % "empire" % "2019.1.0"
[com.github.cs125-illinois/empire "2019.1.0"]