License |
License
https://www.apache.org/licenses/LICENSE-2.0.txt
|
---|---|
Categories |
CategoriesMINA Net Networking |
GroupId | GroupIdio.staminaframework.runtime |
ArtifactId | ArtifactIdparent |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionStamina Runtime 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-0.1.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.staminaframework.runtime/parent/ -->
<dependency>
<groupId>io.staminaframework.runtime</groupId>
<artifactId>parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.staminaframework.runtime/parent/
implementation 'io.staminaframework.runtime:parent:0.1.0'
// https://jarcasting.com/artifacts/io.staminaframework.runtime/parent/
implementation ("io.staminaframework.runtime:parent:0.1.0")
'io.staminaframework.runtime:parent:pom:0.1.0'
<dependency org="io.staminaframework.runtime" name="parent" rev="0.1.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.staminaframework.runtime', module='parent', version='0.1.0')
)
libraryDependencies += "io.staminaframework.runtime" % "parent" % "0.1.0"
[io.staminaframework.runtime/parent "0.1.0"]