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