| GroupId | GroupIdcom.github.duhemm |
|---|---|
| ArtifactId | ArtifactIdsbt-jni-macros_2.13 |
| Version | Version1.4.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.duhemm/sbt-jni-macros_2.13/ -->
<dependency>
<groupId>com.github.duhemm</groupId>
<artifactId>sbt-jni-macros_2.13</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.duhemm/sbt-jni-macros_2.13/
implementation 'com.github.duhemm:sbt-jni-macros_2.13:1.4.2'
// https://jarcasting.com/artifacts/com.github.duhemm/sbt-jni-macros_2.13/
implementation ("com.github.duhemm:sbt-jni-macros_2.13:1.4.2")
'com.github.duhemm:sbt-jni-macros_2.13:jar:1.4.2'
<dependency org="com.github.duhemm" name="sbt-jni-macros_2.13" rev="1.4.2">
<artifact name="sbt-jni-macros_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.duhemm', module='sbt-jni-macros_2.13', version='1.4.2')
)
libraryDependencies += "com.github.duhemm" % "sbt-jni-macros_2.13" % "1.4.2"
[com.github.duhemm/sbt-jni-macros_2.13 "1.4.2"]