License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.github.cyfonly |
ArtifactId | ArtifactIdnettice-core |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionnettice-core
A lightweight mvc components based on the Netty HTTP protocol stack
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nettice-core-1.0.0.pom | |
nettice-core-1.0.0.jar | 41 KB |
nettice-core-1.0.0-sources.jar | 25 KB |
nettice-core-1.0.0-javadoc.jar | 210 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cyfonly/nettice-core/ -->
<dependency>
<groupId>com.github.cyfonly</groupId>
<artifactId>nettice-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cyfonly/nettice-core/
implementation 'com.github.cyfonly:nettice-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.cyfonly/nettice-core/
implementation ("com.github.cyfonly:nettice-core:1.0.0")
'com.github.cyfonly:nettice-core:jar:1.0.0'
<dependency org="com.github.cyfonly" name="nettice-core" rev="1.0.0">
<artifact name="nettice-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cyfonly', module='nettice-core', version='1.0.0')
)
libraryDependencies += "com.github.cyfonly" % "nettice-core" % "1.0.0"
[com.github.cyfonly/nettice-core "1.0.0"]