| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.sainfy |
| Идентификатор | Идентификаторsainfy-utils |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThe Sainfy Utils
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-utils-1.0.1.pom | |
| sainfy-utils-1.0.1.jar | 95 KB |
| sainfy-utils-1.0.1-sources.jar | 90 KB |
| sainfy-utils-1.0.1-javadoc.jar | 300 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.sainfy/sainfy-utils/ -->
<dependency>
<groupId>org.sainfy</groupId>
<artifactId>sainfy-utils</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sainfy/sainfy-utils/
implementation 'org.sainfy:sainfy-utils:1.0.1'
// https://jarcasting.com/artifacts/org.sainfy/sainfy-utils/
implementation ("org.sainfy:sainfy-utils:1.0.1")
'org.sainfy:sainfy-utils:jar:1.0.1'
<dependency org="org.sainfy" name="sainfy-utils" rev="1.0.1">
<artifact name="sainfy-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sainfy', module='sainfy-utils', version='1.0.1')
)
libraryDependencies += "org.sainfy" % "sainfy-utils" % "1.0.1"
[org.sainfy/sainfy-utils "1.0.1"]