GroupId | GroupIdorg.openurp.boot |
---|---|
ArtifactId | ArtifactIdopenurp-boot-web |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
openurp-boot-web-0.0.4.pom | |
openurp-boot-web-0.0.4.jar | 27 KB |
openurp-boot-web-0.0.4-sources.jar | 10 KB |
openurp-boot-web-0.0.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openurp.boot/openurp-boot-web/ -->
<dependency>
<groupId>org.openurp.boot</groupId>
<artifactId>openurp-boot-web</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.openurp.boot/openurp-boot-web/
implementation 'org.openurp.boot:openurp-boot-web:0.0.4'
// https://jarcasting.com/artifacts/org.openurp.boot/openurp-boot-web/
implementation ("org.openurp.boot:openurp-boot-web:0.0.4")
'org.openurp.boot:openurp-boot-web:jar:0.0.4'
<dependency org="org.openurp.boot" name="openurp-boot-web" rev="0.0.4">
<artifact name="openurp-boot-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openurp.boot', module='openurp-boot-web', version='0.0.4')
)
libraryDependencies += "org.openurp.boot" % "openurp-boot-web" % "0.0.4"
[org.openurp.boot/openurp-boot-web "0.0.4"]