| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.davidwhitlock.cs410J |
| Идентификатор | Идентификаторarchetypes-parent |
| Последняя версия | Последняя версия2022.2.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеParent Project for CS410J Project Archetypes
Example Java Code for CS410J: Advanced Java Programming at Portland State University
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| archetypes-parent-2022.2.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J/archetypes-parent/ -->
<dependency>
<groupId>io.github.davidwhitlock.cs410J</groupId>
<artifactId>archetypes-parent</artifactId>
<version>2022.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J/archetypes-parent/
implementation 'io.github.davidwhitlock.cs410J:archetypes-parent:2022.2.0'
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J/archetypes-parent/
implementation ("io.github.davidwhitlock.cs410J:archetypes-parent:2022.2.0")
'io.github.davidwhitlock.cs410J:archetypes-parent:pom:2022.2.0'
<dependency org="io.github.davidwhitlock.cs410J" name="archetypes-parent" rev="2022.2.0">
<artifact name="archetypes-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.davidwhitlock.cs410J', module='archetypes-parent', version='2022.2.0')
)
libraryDependencies += "io.github.davidwhitlock.cs410J" % "archetypes-parent" % "2022.2.0"
[io.github.davidwhitlock.cs410J/archetypes-parent "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 |