is not current version
Last Version 2022.1.0

io.github.davidwhitlock.cs410J.original:student 2021.1.1

A simple Student program to get you started with Java

GroupId

GroupId

io.github.davidwhitlock.cs410J.original
ArtifactId

ArtifactId

student
Version

Version

2021.1.1
Type

Type

jar

Download student 2021.1.1


<!-- https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J.original/student/ -->
<dependency>
    <groupId>io.github.davidwhitlock.cs410J.original</groupId>
    <artifactId>student</artifactId>
    <version>2021.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J.original/student/
implementation 'io.github.davidwhitlock.cs410J.original:student:2021.1.1'
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J.original/student/
implementation ("io.github.davidwhitlock.cs410J.original:student:2021.1.1")
'io.github.davidwhitlock.cs410J.original:student:jar:2021.1.1'
<dependency org="io.github.davidwhitlock.cs410J.original" name="student" rev="2021.1.1">
  <artifact name="student" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.davidwhitlock.cs410J.original', module='student', version='2021.1.1')
)
libraryDependencies += "io.github.davidwhitlock.cs410J.original" % "student" % "2021.1.1"
[io.github.davidwhitlock.cs410J.original/student "2021.1.1"]