Categories |
CategoriesScala Languages Net Netty Networking |
---|---|
GroupId | GroupIdcom.stackmob |
ArtifactId | ArtifactIdscalamachine-netty_2.10 |
Version | Version0.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.stackmob/scalamachine-netty_2.10/ -->
<dependency>
<groupId>com.stackmob</groupId>
<artifactId>scalamachine-netty_2.10</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stackmob/scalamachine-netty_2.10/
implementation 'com.stackmob:scalamachine-netty_2.10:0.3.0'
// https://jarcasting.com/artifacts/com.stackmob/scalamachine-netty_2.10/
implementation ("com.stackmob:scalamachine-netty_2.10:0.3.0")
'com.stackmob:scalamachine-netty_2.10:jar:0.3.0'
<dependency org="com.stackmob" name="scalamachine-netty_2.10" rev="0.3.0">
<artifact name="scalamachine-netty_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stackmob', module='scalamachine-netty_2.10', version='0.3.0')
)
libraryDependencies += "com.stackmob" % "scalamachine-netty_2.10" % "0.3.0"
[com.stackmob/scalamachine-netty_2.10 "0.3.0"]