License |
License |
---|---|
GroupId | GroupIdorg.sainfy |
ArtifactId | ArtifactIdsainfy |
Version | Version2 |
Type | Typepom |
Description |
DescriptionThe 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.
|
Project Organization |
Project OrganizationThe Sainfy Open Software |
Filename | Size |
---|---|
sainfy-2.pom | 12 KB |
Browse |
<!-- 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"]