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