Categories |
CategoriesUndertow Net Networking |
---|---|
GroupId | GroupIdcom.bbossgroups.boot |
ArtifactId | ArtifactIdbboot-starter-undertow |
Version | Version5.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bbossgroups.boot/bboot-starter-undertow/ -->
<dependency>
<groupId>com.bbossgroups.boot</groupId>
<artifactId>bboot-starter-undertow</artifactId>
<version>5.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.bbossgroups.boot/bboot-starter-undertow/
implementation 'com.bbossgroups.boot:bboot-starter-undertow:5.0.9'
// https://jarcasting.com/artifacts/com.bbossgroups.boot/bboot-starter-undertow/
implementation ("com.bbossgroups.boot:bboot-starter-undertow:5.0.9")
'com.bbossgroups.boot:bboot-starter-undertow:jar:5.0.9'
<dependency org="com.bbossgroups.boot" name="bboot-starter-undertow" rev="5.0.9">
<artifact name="bboot-starter-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bbossgroups.boot', module='bboot-starter-undertow', version='5.0.9')
)
libraryDependencies += "com.bbossgroups.boot" % "bboot-starter-undertow" % "5.0.9"
[com.bbossgroups.boot/bboot-starter-undertow "5.0.9"]