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