License |
License |
---|---|
GroupId | GroupIdio.github.davidwhitlock.cs410J |
ArtifactId | ArtifactIdfamily |
Last Version | Last Version2022.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCS410J Family Tree Application
An example Java application for CS410J: Advanced Java Programming
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
family-2022.1.0.pom | |
family-2022.1.0.jar | 122 KB |
family-2022.1.0-test-sources.jar | 13 KB |
family-2022.1.0-sources.jar | 57 KB |
family-2022.1.0-javadoc.jar | 471 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J/family/ -->
<dependency>
<groupId>io.github.davidwhitlock.cs410J</groupId>
<artifactId>family</artifactId>
<version>2022.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J/family/
implementation 'io.github.davidwhitlock.cs410J:family:2022.1.0'
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J/family/
implementation ("io.github.davidwhitlock.cs410J:family:2022.1.0")
'io.github.davidwhitlock.cs410J:family:jar:2022.1.0'
<dependency org="io.github.davidwhitlock.cs410J" name="family" rev="2022.1.0">
<artifact name="family" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.davidwhitlock.cs410J', module='family', version='2022.1.0')
)
libraryDependencies += "io.github.davidwhitlock.cs410J" % "family" % "2022.1.0"
[io.github.davidwhitlock.cs410J/family "2022.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.davidwhitlock.cs410J : projects | jar | 2022.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.9.0-M1 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 4.5.1 |