| GroupId | GroupIdorg.openurp.base |
|---|---|
| ArtifactId | ArtifactIdopenurp-base-web-parent |
| Version | Version0.1.15 |
| Type | Typepom |
| Filename | Size |
|---|---|
| openurp-base-web-parent-0.1.15.pom | 871 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openurp.base/openurp-base-web-parent/ -->
<dependency>
<groupId>org.openurp.base</groupId>
<artifactId>openurp-base-web-parent</artifactId>
<version>0.1.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openurp.base/openurp-base-web-parent/
implementation 'org.openurp.base:openurp-base-web-parent:0.1.15'
// https://jarcasting.com/artifacts/org.openurp.base/openurp-base-web-parent/
implementation ("org.openurp.base:openurp-base-web-parent:0.1.15")
'org.openurp.base:openurp-base-web-parent:pom:0.1.15'
<dependency org="org.openurp.base" name="openurp-base-web-parent" rev="0.1.15">
<artifact name="openurp-base-web-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openurp.base', module='openurp-base-web-parent', version='0.1.15')
)
libraryDependencies += "org.openurp.base" % "openurp-base-web-parent" % "0.1.15"
[org.openurp.base/openurp-base-web-parent "0.1.15"]