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