GroupId | GroupIdcom.github.xiaoyuge5201 |
---|---|
ArtifactId | ArtifactIdpreview_office |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
preview_office-1.0.pom | |
preview_office-1.0.jar | 19 KB |
preview_office-1.0-sources.jar | 12 KB |
preview_office-1.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xiaoyuge5201/preview_office/ -->
<dependency>
<groupId>com.github.xiaoyuge5201</groupId>
<artifactId>preview_office</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaoyuge5201/preview_office/
implementation 'com.github.xiaoyuge5201:preview_office:1.0'
// https://jarcasting.com/artifacts/com.github.xiaoyuge5201/preview_office/
implementation ("com.github.xiaoyuge5201:preview_office:1.0")
'com.github.xiaoyuge5201:preview_office:jar:1.0'
<dependency org="com.github.xiaoyuge5201" name="preview_office" rev="1.0">
<artifact name="preview_office" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaoyuge5201', module='preview_office', version='1.0')
)
libraryDependencies += "com.github.xiaoyuge5201" % "preview_office" % "1.0"
[com.github.xiaoyuge5201/preview_office "1.0"]