License |
License |
---|---|
GroupId | GroupIdorg.sainfy |
ArtifactId | ArtifactIdsainfy-utils |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionThe 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.
|
Project Organization |
Project OrganizationThe Sainfy Open Software |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]