License |
License |
---|---|
GroupId | GroupIdio.github.davidwhitlock.cs410J.original |
ArtifactId | ArtifactIdphonebill |
Version | Version2021.2.0 |
Type | Typejar |
Description |
DescriptionCS410J Phone Bill Project
A Phone Bill application for CS410J at Portland State University
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
phonebill-2021.2.0.pom | |
phonebill-2021.2.0.jar | 3 MB |
phonebill-2021.2.0-test-sources.jar | 4 KB |
phonebill-2021.2.0-sources.jar | 4 KB |
phonebill-2021.2.0-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J.original/phonebill/ -->
<dependency>
<groupId>io.github.davidwhitlock.cs410J.original</groupId>
<artifactId>phonebill</artifactId>
<version>2021.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J.original/phonebill/
implementation 'io.github.davidwhitlock.cs410J.original:phonebill:2021.2.0'
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J.original/phonebill/
implementation ("io.github.davidwhitlock.cs410J.original:phonebill:2021.2.0")
'io.github.davidwhitlock.cs410J.original:phonebill:jar:2021.2.0'
<dependency org="io.github.davidwhitlock.cs410J.original" name="phonebill" rev="2021.2.0">
<artifact name="phonebill" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.davidwhitlock.cs410J.original', module='phonebill', version='2021.2.0')
)
libraryDependencies += "io.github.davidwhitlock.cs410J.original" % "phonebill" % "2021.2.0"
[io.github.davidwhitlock.cs410J.original/phonebill "2021.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 30.1.1-jre |
io.github.davidwhitlock.cs410J : projects | jar | 2021.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.2.4 |
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
io.github.davidwhitlock.cs410J : projects | jar | 2021.2.0 |
org.hamcrest : hamcrest | jar | 2.2 |