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