| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.davidwhitlock.cs410J |
| Идентификатор | Идентификаторprojects |
| Версия | Версия2022.2.0 |
| Тип | Типjar |
| Описание |
ОписаниеCS410J Project APIs
Classes needed for the Projects in CS410J: Advanced Java Programming
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| projects-2022.2.0.pom | |
| projects-2022.2.0.jar | 20 KB |
| projects-2022.2.0-tests.jar | 10 KB |
| projects-2022.2.0-test-sources.jar | 7 KB |
| projects-2022.2.0-sources.jar | 18 KB |
| projects-2022.2.0-javadoc.jar | 215 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J/projects/ -->
<dependency>
<groupId>io.github.davidwhitlock.cs410J</groupId>
<artifactId>projects</artifactId>
<version>2022.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J/projects/
implementation 'io.github.davidwhitlock.cs410J:projects:2022.2.0'
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J/projects/
implementation ("io.github.davidwhitlock.cs410J:projects:2022.2.0")
'io.github.davidwhitlock.cs410J:projects:jar:2022.2.0'
<dependency org="io.github.davidwhitlock.cs410J" name="projects" rev="2022.2.0">
<artifact name="projects" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.davidwhitlock.cs410J', module='projects', version='2022.2.0')
)
libraryDependencies += "io.github.davidwhitlock.cs410J" % "projects" % "2022.2.0"
[io.github.davidwhitlock.cs410J/projects "2022.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.9.0-M1 |
| org.hamcrest : hamcrest | jar | 2.2 |
| org.mockito : mockito-core | jar | 4.5.1 |