| License |
License |
|---|---|
| Categories |
CategoriesAuto Application Layer Libs Code Generators |
| GroupId | GroupIdcom.github.rwsargent |
| ArtifactId | ArtifactIdautograder-utils |
| Last Version | Last Version2.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAutograderUtils
Autograder Utils package - anything that needs to be referenced outside of the Autograder
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| autograder-utils-2.3.pom | |
| autograder-utils-2.3.jar | 14 KB |
| autograder-utils-2.3-sources.jar | 6 KB |
| autograder-utils-2.3-javadoc.jar | 66 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rwsargent/autograder-utils/ -->
<dependency>
<groupId>com.github.rwsargent</groupId>
<artifactId>autograder-utils</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rwsargent/autograder-utils/
implementation 'com.github.rwsargent:autograder-utils:2.3'
// https://jarcasting.com/artifacts/com.github.rwsargent/autograder-utils/
implementation ("com.github.rwsargent:autograder-utils:2.3")
'com.github.rwsargent:autograder-utils:jar:2.3'
<dependency org="com.github.rwsargent" name="autograder-utils" rev="2.3">
<artifact name="autograder-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rwsargent', module='autograder-utils', version='2.3')
)
libraryDependencies += "com.github.rwsargent" % "autograder-utils" % "2.3"
[com.github.rwsargent/autograder-utils "2.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |