GroupId | GroupIdorg.freedesktop |
---|---|
ArtifactId | ArtifactIdjaccall.runtime |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
jaccall.runtime-1.0.3.pom | |
jaccall.runtime-1.0.3.jar | 114 KB |
jaccall.runtime-1.0.3-sources.jar | 29 KB |
jaccall.runtime-1.0.3-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.freedesktop/jaccall.runtime/ -->
<dependency>
<groupId>org.freedesktop</groupId>
<artifactId>jaccall.runtime</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.freedesktop/jaccall.runtime/
implementation 'org.freedesktop:jaccall.runtime:1.0.3'
// https://jarcasting.com/artifacts/org.freedesktop/jaccall.runtime/
implementation ("org.freedesktop:jaccall.runtime:1.0.3")
'org.freedesktop:jaccall.runtime:jar:1.0.3'
<dependency org="org.freedesktop" name="jaccall.runtime" rev="1.0.3">
<artifact name="jaccall.runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.freedesktop', module='jaccall.runtime', version='1.0.3')
)
libraryDependencies += "org.freedesktop" % "jaccall.runtime" % "1.0.3"
[org.freedesktop/jaccall.runtime "1.0.3"]