Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.globalreachtech |
ArtifactId | ArtifactIdtinyradius-netty |
Version | Version1.5.6 |
Type | Typejar |
Filename | Size |
---|---|
tinyradius-netty-1.5.6.pom | |
tinyradius-netty-1.5.6.jar | 127 KB |
tinyradius-netty-1.5.6-sources.jar | 75 KB |
tinyradius-netty-1.5.6-javadoc.jar | 685 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.globalreachtech/tinyradius-netty/ -->
<dependency>
<groupId>com.globalreachtech</groupId>
<artifactId>tinyradius-netty</artifactId>
<version>1.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.globalreachtech/tinyradius-netty/
implementation 'com.globalreachtech:tinyradius-netty:1.5.6'
// https://jarcasting.com/artifacts/com.globalreachtech/tinyradius-netty/
implementation ("com.globalreachtech:tinyradius-netty:1.5.6")
'com.globalreachtech:tinyradius-netty:jar:1.5.6'
<dependency org="com.globalreachtech" name="tinyradius-netty" rev="1.5.6">
<artifact name="tinyradius-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.globalreachtech', module='tinyradius-netty', version='1.5.6')
)
libraryDependencies += "com.globalreachtech" % "tinyradius-netty" % "1.5.6"
[com.globalreachtech/tinyradius-netty "1.5.6"]