| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.davidwhitlock.cs410J.original |
| Идентификатор | Идентификаторstudent |
| Последняя версия | Последняя версия2022.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеStudent Project
A simple Student program to get you started with Java
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| student-2022.1.0.pom | |
| student-2022.1.0.jar | 23 MB |
| student-2022.1.0-test-sources.jar | 3 KB |
| student-2022.1.0-sources.jar | 3 KB |
| student-2022.1.0-javadoc.jar | 112 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J.original/student/ -->
<dependency>
<groupId>io.github.davidwhitlock.cs410J.original</groupId>
<artifactId>student</artifactId>
<version>2022.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J.original/student/
implementation 'io.github.davidwhitlock.cs410J.original:student:2022.1.0'
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J.original/student/
implementation ("io.github.davidwhitlock.cs410J.original:student:2022.1.0")
'io.github.davidwhitlock.cs410J.original:student:jar:2022.1.0'
<dependency org="io.github.davidwhitlock.cs410J.original" name="student" rev="2022.1.0">
<artifact name="student" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.davidwhitlock.cs410J.original', module='student', version='2022.1.0')
)
libraryDependencies += "io.github.davidwhitlock.cs410J.original" % "student" % "2022.1.0"
[io.github.davidwhitlock.cs410J.original/student "2022.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.github.davidwhitlock.cs410J : examples | jar | 2022.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.github.davidwhitlock.cs410J : projects | jar | 2022.1.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 |