| GroupId | GroupIdcom.github.sunywdev |
|---|---|
| ArtifactId | ArtifactIdroutelimit |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| routelimit-1.0.0.pom | |
| routelimit-1.0.0.jar | 30 KB |
| routelimit-1.0.0-sources.jar | 21 KB |
| routelimit-1.0.0-javadoc.jar | 126 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sunywdev/routelimit/ -->
<dependency>
<groupId>com.github.sunywdev</groupId>
<artifactId>routelimit</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sunywdev/routelimit/
implementation 'com.github.sunywdev:routelimit:1.0.0'
// https://jarcasting.com/artifacts/com.github.sunywdev/routelimit/
implementation ("com.github.sunywdev:routelimit:1.0.0")
'com.github.sunywdev:routelimit:jar:1.0.0'
<dependency org="com.github.sunywdev" name="routelimit" rev="1.0.0">
<artifact name="routelimit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sunywdev', module='routelimit', version='1.0.0')
)
libraryDependencies += "com.github.sunywdev" % "routelimit" % "1.0.0"
[com.github.sunywdev/routelimit "1.0.0"]