License |
License
https://www.apache.org/licenses/LICENSE-2.0.txt
|
---|---|
Categories |
CategoriesMINA Net Networking |
GroupId | GroupIdio.staminaframework |
ArtifactId | ArtifactIdparent |
Last Version | Last Version2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionStamina Framework Parent
The Stamina Framework provides a modular platform for modern development,
using the best open-source libraries.
These modules are built for efficiency, targeting IoT devices
as well as personal servers.
|
Project Organization |
Project OrganizationStamina Framework |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.staminaframework/parent/ -->
<dependency>
<groupId>io.staminaframework</groupId>
<artifactId>parent</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.staminaframework/parent/
implementation 'io.staminaframework:parent:2'
// https://jarcasting.com/artifacts/io.staminaframework/parent/
implementation ("io.staminaframework:parent:2")
'io.staminaframework:parent:pom:2'
<dependency org="io.staminaframework" name="parent" rev="2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.staminaframework', module='parent', version='2')
)
libraryDependencies += "io.staminaframework" % "parent" % "2"
[io.staminaframework/parent "2"]