Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdio.github.zhongwm.commons |
ArtifactId | ArtifactIdnative-lib-preparer |
Version | Version0.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.zhongwm.commons/native-lib-preparer/ -->
<dependency>
<groupId>io.github.zhongwm.commons</groupId>
<artifactId>native-lib-preparer</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zhongwm.commons/native-lib-preparer/
implementation 'io.github.zhongwm.commons:native-lib-preparer:0.1.2'
// https://jarcasting.com/artifacts/io.github.zhongwm.commons/native-lib-preparer/
implementation ("io.github.zhongwm.commons:native-lib-preparer:0.1.2")
'io.github.zhongwm.commons:native-lib-preparer:jar:0.1.2'
<dependency org="io.github.zhongwm.commons" name="native-lib-preparer" rev="0.1.2">
<artifact name="native-lib-preparer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zhongwm.commons', module='native-lib-preparer', version='0.1.2')
)
libraryDependencies += "io.github.zhongwm.commons" % "native-lib-preparer" % "0.1.2"
[io.github.zhongwm.commons/native-lib-preparer "0.1.2"]