eMPire
A Gradle plugin to manage checkpoints of the CS 125 Machine Project.
See the wiki for a tutorial.
License |
License |
---|---|
GroupId | GroupIdcom.github.cs125-illinois |
ArtifactId | ArtifactIdempire |
Last Version | Last Version2020.1.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptioneMPire
MP module manager
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
empire-2020.1.5.pom | |
empire-2020.1.5.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cs125-illinois/empire/ -->
<dependency>
<groupId>com.github.cs125-illinois</groupId>
<artifactId>empire</artifactId>
<version>2020.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cs125-illinois/empire/
implementation 'com.github.cs125-illinois:empire:2020.1.5'
// https://jarcasting.com/artifacts/com.github.cs125-illinois/empire/
implementation ("com.github.cs125-illinois:empire:2020.1.5")
'com.github.cs125-illinois:empire:pom:2020.1.5'
<dependency org="com.github.cs125-illinois" name="empire" rev="2020.1.5">
<artifact name="empire" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cs125-illinois', module='empire', version='2020.1.5')
)
libraryDependencies += "com.github.cs125-illinois" % "empire" % "2020.1.5"
[com.github.cs125-illinois/empire "2020.1.5"]
Group / Artifact | Type | Version |
---|---|---|
com.android.tools.build : gradle | jar | 3.6.3 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.72 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9.3 |
com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.9.9 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.9.9 |
org.ow2.asm : asm | jar | 6.0 |
A Gradle plugin to manage checkpoints of the CS 125 Machine Project.
See the wiki for a tutorial.