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