| Categories |
CategoriesNet Netty Networking Jersey Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdorg.microbean |
| ArtifactId | ArtifactIdmicrobean-jersey-netty |
| Version | Version0.9.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.microbean/microbean-jersey-netty/ -->
<dependency>
<groupId>org.microbean</groupId>
<artifactId>microbean-jersey-netty</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.microbean/microbean-jersey-netty/
implementation 'org.microbean:microbean-jersey-netty:0.9.2'
// https://jarcasting.com/artifacts/org.microbean/microbean-jersey-netty/
implementation ("org.microbean:microbean-jersey-netty:0.9.2")
'org.microbean:microbean-jersey-netty:jar:0.9.2'
<dependency org="org.microbean" name="microbean-jersey-netty" rev="0.9.2">
<artifact name="microbean-jersey-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microbean', module='microbean-jersey-netty', version='0.9.2')
)
libraryDependencies += "org.microbean" % "microbean-jersey-netty" % "0.9.2"
[org.microbean/microbean-jersey-netty "0.9.2"]