| Лицензия |
Лицензия |
|---|---|
| Группа | Группаbr.com.arsmachina |
| Идентификатор | Идентификаторparent |
| Последняя версия | Последняя версия1.2.15 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеParent Maven 2 project for Ars Machina subprojects
The Ars Machina Project is a collection of packages with two
general goals: to reduce the amount of code needed to implement an application
and to suggest some standards to the software architecture and naming of
classes and interfaces.
|
| Организация-разработчик |
Организация-разработчикArs Machina Tecnologia da Informação Ltda. |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| parent-1.2.15.pom | 25 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/br.com.arsmachina/parent/ -->
<dependency>
<groupId>br.com.arsmachina</groupId>
<artifactId>parent</artifactId>
<version>1.2.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.arsmachina/parent/
implementation 'br.com.arsmachina:parent:1.2.15'
// https://jarcasting.com/artifacts/br.com.arsmachina/parent/
implementation ("br.com.arsmachina:parent:1.2.15")
'br.com.arsmachina:parent:pom:1.2.15'
<dependency org="br.com.arsmachina" name="parent" rev="1.2.15">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.arsmachina', module='parent', version='1.2.15')
)
libraryDependencies += "br.com.arsmachina" % "parent" % "1.2.15"
[br.com.arsmachina/parent "1.2.15"]