| GroupId | GroupIdorg.bytedeco |
|---|---|
| ArtifactId | ArtifactIdsystems |
| Version | Version1.5.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| systems-1.5.4.pom | |
| systems-1.5.4.jar | 763 KB |
| systems-1.5.4-windows-x86_64.jar | 664 KB |
| systems-1.5.4-windows-x86.jar | 480 KB |
| systems-1.5.4-sources.jar | 763 KB |
| systems-1.5.4-macosx-x86_64.jar | 196 KB |
| systems-1.5.4-linux-x86_64.jar | 211 KB |
| systems-1.5.4-linux-x86.jar | 213 KB |
| systems-1.5.4-linux-ppc64le.jar | 214 KB |
| systems-1.5.4-linux-armhf.jar | 162 KB |
| systems-1.5.4-linux-arm64.jar | 193 KB |
| systems-1.5.4-javadoc.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bytedeco/systems/ -->
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>systems</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bytedeco/systems/
implementation 'org.bytedeco:systems:1.5.4'
// https://jarcasting.com/artifacts/org.bytedeco/systems/
implementation ("org.bytedeco:systems:1.5.4")
'org.bytedeco:systems:jar:1.5.4'
<dependency org="org.bytedeco" name="systems" rev="1.5.4">
<artifact name="systems" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bytedeco', module='systems', version='1.5.4')
)
libraryDependencies += "org.bytedeco" % "systems" % "1.5.4"
[org.bytedeco/systems "1.5.4"]