is not current version
Last Version 2020.1.5

com.github.cs125-illinois:empire 2019.1.1

MP module manager

GroupId

GroupId

com.github.cs125-illinois
ArtifactId

ArtifactId

empire
Version

Version

2019.1.1
Type

Type

pom

Download empire 2019.1.1


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