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