is not current version
Last Version 2020.1.5

com.github.cs125-illinois:empire 2020.1.3

MP module manager

GroupId

GroupId

com.github.cs125-illinois
ArtifactId

ArtifactId

empire
Version

Version

2020.1.3
Type

Type

pom

Download empire 2020.1.3


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