| License |
License |
|---|---|
| Categories |
CategoriesAirline User Interface CLI |
| GroupId | GroupIdio.github.davidwhitlock.cs410J.original |
| ArtifactId | ArtifactIdairline |
| Last Version | Last Version2022.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCS410J Airline Project
An Airline application for CS410J at Portland State University
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| airline-2022.2.0.pom | |
| airline-2022.2.0.jar | 25 KB |
| airline-2022.2.0-test-sources.jar | 5 KB |
| airline-2022.2.0-sources.jar | 4 KB |
| airline-2022.2.0-javadoc.jar | 123 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J.original/airline/ -->
<dependency>
<groupId>io.github.davidwhitlock.cs410J.original</groupId>
<artifactId>airline</artifactId>
<version>2022.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J.original/airline/
implementation 'io.github.davidwhitlock.cs410J.original:airline:2022.2.0'
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J.original/airline/
implementation ("io.github.davidwhitlock.cs410J.original:airline:2022.2.0")
'io.github.davidwhitlock.cs410J.original:airline:jar:2022.2.0'
<dependency org="io.github.davidwhitlock.cs410J.original" name="airline" rev="2022.2.0">
<artifact name="airline" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.davidwhitlock.cs410J.original', module='airline', version='2022.2.0')
)
libraryDependencies += "io.github.davidwhitlock.cs410J.original" % "airline" % "2022.2.0"
[io.github.davidwhitlock.cs410J.original/airline "2022.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 31.1-jre |
| io.github.davidwhitlock.cs410J : projects | jar | 2022.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.9.0-M1 |
| io.github.davidwhitlock.cs410J : projects | jar | 2022.1.0 |
| org.hamcrest : hamcrest | jar | 2.2 |
| org.mockito : mockito-core | jar | 4.5.1 |