is not current version
Last Version 2.3

com.github.rwsargent:autograder-utils 2.0

Autograder Utils package - anything that needs to be referenced outside of the Autograder

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.github.rwsargent
ArtifactId

ArtifactId

autograder-utils
Version

Version

2.0
Type

Type

jar

Download autograder-utils 2.0


<!-- https://jarcasting.com/artifacts/com.github.rwsargent/autograder-utils/ -->
<dependency>
    <groupId>com.github.rwsargent</groupId>
    <artifactId>autograder-utils</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rwsargent/autograder-utils/
implementation 'com.github.rwsargent:autograder-utils:2.0'
// https://jarcasting.com/artifacts/com.github.rwsargent/autograder-utils/
implementation ("com.github.rwsargent:autograder-utils:2.0")
'com.github.rwsargent:autograder-utils:jar:2.0'
<dependency org="com.github.rwsargent" name="autograder-utils" rev="2.0">
  <artifact name="autograder-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rwsargent', module='autograder-utils', version='2.0')
)
libraryDependencies += "com.github.rwsargent" % "autograder-utils" % "2.0"
[com.github.rwsargent/autograder-utils "2.0"]