Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.rwsargent |
ArtifactId | ArtifactIdautograder-utils |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
autograder-utils-2.0.pom | |
autograder-utils-2.0.jar | 14 KB |
autograder-utils-2.0-sources.jar | 6 KB |
autograder-utils-2.0-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.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"]