| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.mastfrog |
| Идентификатор | Идентификаторstorage-parent |
| Последняя версия | Последняя версия2.8.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеStorage (modules)
Shared configuration for Giulius, Acteur and
related projects
|
| Организация-разработчик |
Организация-разработчикMastfrog Technologies |
| Имя Файла | Размер |
|---|---|
| storage-parent-2.8.1.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.mastfrog/storage-parent/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>storage-parent</artifactId>
<version>2.8.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/storage-parent/
implementation 'com.mastfrog:storage-parent:2.8.1'
// https://jarcasting.com/artifacts/com.mastfrog/storage-parent/
implementation ("com.mastfrog:storage-parent:2.8.1")
'com.mastfrog:storage-parent:pom:2.8.1'
<dependency org="com.mastfrog" name="storage-parent" rev="2.8.1">
<artifact name="storage-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='storage-parent', version='2.8.1')
)
libraryDependencies += "com.mastfrog" % "storage-parent" % "2.8.1"
[com.mastfrog/storage-parent "2.8.1"]