| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.skfiy |
| Идентификатор | Идентификаторskfiy |
| Последняя версия | Последняя версия4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеThe Skfiy Open Association
The Skfiy Open Association provides support for the Skfiy community of open-source software projects.
The Skfiy projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
|
| Организация-разработчик |
Организация-разработчикThe Skfiy Open Association |
| Имя Файла | Размер |
|---|---|
| skfiy-4.pom | 15 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.skfiy/skfiy/ -->
<dependency>
<groupId>org.skfiy</groupId>
<artifactId>skfiy</artifactId>
<version>4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.skfiy/skfiy/
implementation 'org.skfiy:skfiy:4'
// https://jarcasting.com/artifacts/org.skfiy/skfiy/
implementation ("org.skfiy:skfiy:4")
'org.skfiy:skfiy:pom:4'
<dependency org="org.skfiy" name="skfiy" rev="4">
<artifact name="skfiy" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.skfiy', module='skfiy', version='4')
)
libraryDependencies += "org.skfiy" % "skfiy" % "4"
[org.skfiy/skfiy "4"]