| GroupId | GroupIdwork.seals |
|---|---|
| ArtifactId | ArtifactIdseal-office |
| Version | Version3.5.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| seal-office-3.5.1.pom | |
| seal-office-3.5.1.jar | 3 MB |
| seal-office-3.5.1-sources.jar | 4 MB |
| seal-office-3.5.1-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/work.seals/seal-office/ -->
<dependency>
<groupId>work.seals</groupId>
<artifactId>seal-office</artifactId>
<version>3.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/work.seals/seal-office/
implementation 'work.seals:seal-office:3.5.1'
// https://jarcasting.com/artifacts/work.seals/seal-office/
implementation ("work.seals:seal-office:3.5.1")
'work.seals:seal-office:jar:3.5.1'
<dependency org="work.seals" name="seal-office" rev="3.5.1">
<artifact name="seal-office" type="jar" />
</dependency>
@Grapes(
@Grab(group='work.seals', module='seal-office', version='3.5.1')
)
libraryDependencies += "work.seals" % "seal-office" % "3.5.1"
[work.seals/seal-office "3.5.1"]