Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.undefinedlabs.scope |
ArtifactId | ArtifactIdscope-rule-netty |
Version | Version0.15.0-beta.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-rule-netty/ -->
<dependency>
<groupId>com.undefinedlabs.scope</groupId>
<artifactId>scope-rule-netty</artifactId>
<version>0.15.0-beta.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-rule-netty/
implementation 'com.undefinedlabs.scope:scope-rule-netty:0.15.0-beta.8'
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-rule-netty/
implementation ("com.undefinedlabs.scope:scope-rule-netty:0.15.0-beta.8")
'com.undefinedlabs.scope:scope-rule-netty:jar:0.15.0-beta.8'
<dependency org="com.undefinedlabs.scope" name="scope-rule-netty" rev="0.15.0-beta.8">
<artifact name="scope-rule-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.undefinedlabs.scope', module='scope-rule-netty', version='0.15.0-beta.8')
)
libraryDependencies += "com.undefinedlabs.scope" % "scope-rule-netty" % "0.15.0-beta.8"
[com.undefinedlabs.scope/scope-rule-netty "0.15.0-beta.8"]