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