Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.github.menacher |
ArtifactId | ArtifactIdspring-netty |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
spring-netty-0.0.1.pom | |
spring-netty-0.0.1.jar | 9 KB |
spring-netty-0.0.1-sources.jar | 5 KB |
spring-netty-0.0.1-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.menacher/spring-netty/ -->
<dependency>
<groupId>com.github.menacher</groupId>
<artifactId>spring-netty</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.menacher/spring-netty/
implementation 'com.github.menacher:spring-netty:0.0.1'
// https://jarcasting.com/artifacts/com.github.menacher/spring-netty/
implementation ("com.github.menacher:spring-netty:0.0.1")
'com.github.menacher:spring-netty:jar:0.0.1'
<dependency org="com.github.menacher" name="spring-netty" rev="0.0.1">
<artifact name="spring-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.menacher', module='spring-netty', version='0.0.1')
)
libraryDependencies += "com.github.menacher" % "spring-netty" % "0.0.1"
[com.github.menacher/spring-netty "0.0.1"]