Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdio.github.zhongwm.commons |
ArtifactId | ArtifactIdnative-lib-preparer |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
native-lib-preparer-0.2.0.pom | |
native-lib-preparer-0.2.0.jar | 7 KB |
native-lib-preparer-0.2.0-sources.jar | 6 KB |
native-lib-preparer-0.2.0-javadoc.jar | 397 KB |
Browse |
<!-- 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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zhongwm.commons/native-lib-preparer/
implementation 'io.github.zhongwm.commons:native-lib-preparer:0.2.0'
// https://jarcasting.com/artifacts/io.github.zhongwm.commons/native-lib-preparer/
implementation ("io.github.zhongwm.commons:native-lib-preparer:0.2.0")
'io.github.zhongwm.commons:native-lib-preparer:jar:0.2.0'
<dependency org="io.github.zhongwm.commons" name="native-lib-preparer" rev="0.2.0">
<artifact name="native-lib-preparer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zhongwm.commons', module='native-lib-preparer', version='0.2.0')
)
libraryDependencies += "io.github.zhongwm.commons" % "native-lib-preparer" % "0.2.0"
[io.github.zhongwm.commons/native-lib-preparer "0.2.0"]