is not current version
Last Version 2022.2.0

io.github.davidwhitlock.cs410J:examples 2021.0.1


GroupId

GroupId

io.github.davidwhitlock.cs410J
ArtifactId

ArtifactId

examples
Version

Version

2021.0.1
Type

Type

jar

Download examples 2021.0.1


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