GroupId | GroupIdorg.erlang.otp |
---|---|
ArtifactId | ArtifactIdjinterface |
Version | Version1.5.2 |
Type | Typejar |
Filename | Size |
---|---|
jinterface-1.5.2.pom | |
jinterface-1.5.2.jar | 98 KB |
jinterface-1.5.2-sources.jar | 109 KB |
jinterface-1.5.2-javadoc.jar | 308 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.erlang.otp/jinterface/ -->
<dependency>
<groupId>org.erlang.otp</groupId>
<artifactId>jinterface</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.erlang.otp/jinterface/
implementation 'org.erlang.otp:jinterface:1.5.2'
// https://jarcasting.com/artifacts/org.erlang.otp/jinterface/
implementation ("org.erlang.otp:jinterface:1.5.2")
'org.erlang.otp:jinterface:jar:1.5.2'
<dependency org="org.erlang.otp" name="jinterface" rev="1.5.2">
<artifact name="jinterface" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.erlang.otp', module='jinterface', version='1.5.2')
)
libraryDependencies += "org.erlang.otp" % "jinterface" % "1.5.2"
[org.erlang.otp/jinterface "1.5.2"]