is not current version
Last Version 2022.2.0

io.github.davidwhitlock.cs410J:projects 2021.1.0

Classes needed for the Projects in CS410J: Advanced Java Programming

GroupId

GroupId

io.github.davidwhitlock.cs410J
ArtifactId

ArtifactId

projects
Version

Version

2021.1.0
Type

Type

jar

Download projects 2021.1.0


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