| Categories |
CategoriesGeo Business Logic Libraries Geospatial |
|---|---|
| GroupId | GroupIdcom.zhuozhengsoft |
| ArtifactId | ArtifactIdpageoffice |
| Version | Version5.3.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pageoffice-5.3.0.1.pom | |
| pageoffice-5.3.0.1-sources.jar | 644 bytes |
| pageoffice-5.3.0.1-javadoc.jar | 644 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zhuozhengsoft/pageoffice/ -->
<dependency>
<groupId>com.zhuozhengsoft</groupId>
<artifactId>pageoffice</artifactId>
<version>5.3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zhuozhengsoft/pageoffice/
implementation 'com.zhuozhengsoft:pageoffice:5.3.0.1'
// https://jarcasting.com/artifacts/com.zhuozhengsoft/pageoffice/
implementation ("com.zhuozhengsoft:pageoffice:5.3.0.1")
'com.zhuozhengsoft:pageoffice:jar:5.3.0.1'
<dependency org="com.zhuozhengsoft" name="pageoffice" rev="5.3.0.1">
<artifact name="pageoffice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zhuozhengsoft', module='pageoffice', version='5.3.0.1')
)
libraryDependencies += "com.zhuozhengsoft" % "pageoffice" % "5.3.0.1"
[com.zhuozhengsoft/pageoffice "5.3.0.1"]