| Categories |
CategoriesNet Netty Networking |
|---|---|
| GroupId | GroupIdcom.softwaremill.odelay |
| ArtifactId | ArtifactIdodelay-netty_2.13 |
| Version | Version0.3.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| odelay-netty_2.13-0.3.1.pom | |
| odelay-netty_2.13-0.3.1.jar | 17 KB |
| odelay-netty_2.13-0.3.1-sources.jar | 1 KB |
| odelay-netty_2.13-0.3.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.softwaremill.odelay/odelay-netty_2.13/ -->
<dependency>
<groupId>com.softwaremill.odelay</groupId>
<artifactId>odelay-netty_2.13</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.odelay/odelay-netty_2.13/
implementation 'com.softwaremill.odelay:odelay-netty_2.13:0.3.1'
// https://jarcasting.com/artifacts/com.softwaremill.odelay/odelay-netty_2.13/
implementation ("com.softwaremill.odelay:odelay-netty_2.13:0.3.1")
'com.softwaremill.odelay:odelay-netty_2.13:jar:0.3.1'
<dependency org="com.softwaremill.odelay" name="odelay-netty_2.13" rev="0.3.1">
<artifact name="odelay-netty_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.odelay', module='odelay-netty_2.13', version='0.3.1')
)
libraryDependencies += "com.softwaremill.odelay" % "odelay-netty_2.13" % "0.3.1"
[com.softwaremill.odelay/odelay-netty_2.13 "0.3.1"]