License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdio.esastack |
ArtifactId | ArtifactIdcommons-netty |
Version | Version0.2.0 |
Type | Typepom |
Description |
DescriptionCommons :: Netty
ESA Commons is the common lib of ESA Stack.
|
Filename | Size |
---|---|
commons-netty-0.2.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.esastack/commons-netty/ -->
<dependency>
<groupId>io.esastack</groupId>
<artifactId>commons-netty</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/commons-netty/
implementation 'io.esastack:commons-netty:0.2.0'
// https://jarcasting.com/artifacts/io.esastack/commons-netty/
implementation ("io.esastack:commons-netty:0.2.0")
'io.esastack:commons-netty:pom:0.2.0'
<dependency org="io.esastack" name="commons-netty" rev="0.2.0">
<artifact name="commons-netty" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='commons-netty', version='0.2.0')
)
libraryDependencies += "io.esastack" % "commons-netty" % "0.2.0"
[io.esastack/commons-netty "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.4.2 |
org.mockito : mockito-inline | jar | 3.3.3 |