GroupId | GroupIdio.github.davidwhitlock.cs410J |
---|---|
ArtifactId | ArtifactIdexamples |
Version | Version2021.0.1 |
Type | Typejar |
Filename | Size |
---|---|
examples-2021.0.1.pom | |
examples-2021.0.1.jar | 296 KB |
examples-2021.0.1-test-sources.jar | 13 KB |
examples-2021.0.1-sources.jar | 148 KB |
examples-2021.0.1-javadoc.jar | 1 MB |
Browse |
<!-- 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"]