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