| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.sainfy |
| Идентификатор | Идентификаторsainfy |
| Последняя версия | Последняя версия2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеThe Sainfy Open Software
The Sainfy Open Software provides support for the Sainfy community of open-source software projects.
The Sainfy 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 Sainfy Open Software |
| Имя Файла | Размер |
|---|---|
| sainfy-2.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.sainfy/sainfy/ -->
<dependency>
<groupId>org.sainfy</groupId>
<artifactId>sainfy</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sainfy/sainfy/
implementation 'org.sainfy:sainfy:2'
// https://jarcasting.com/artifacts/org.sainfy/sainfy/
implementation ("org.sainfy:sainfy:2")
'org.sainfy:sainfy:pom:2'
<dependency org="org.sainfy" name="sainfy" rev="2">
<artifact name="sainfy" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sainfy', module='sainfy', version='2')
)
libraryDependencies += "org.sainfy" % "sainfy" % "2"
[org.sainfy/sainfy "2"]