GroupId | GroupIdorg.nutz |
---|---|
ArtifactId | ArtifactIdnutzboot-starter-cxf |
Version | Version2.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-cxf/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-starter-cxf</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-cxf/
implementation 'org.nutz:nutzboot-starter-cxf:2.1.1'
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-cxf/
implementation ("org.nutz:nutzboot-starter-cxf:2.1.1")
'org.nutz:nutzboot-starter-cxf:jar:2.1.1'
<dependency org="org.nutz" name="nutzboot-starter-cxf" rev="2.1.1">
<artifact name="nutzboot-starter-cxf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutzboot-starter-cxf', version='2.1.1')
)
libraryDependencies += "org.nutz" % "nutzboot-starter-cxf" % "2.1.1"
[org.nutz/nutzboot-starter-cxf "2.1.1"]