| Categories |
CategoriesNative Development Tools |
|---|---|
| GroupId | GroupIdcom.github.mike10004 |
| ArtifactId | ArtifactIdnative-helper |
| Version | Version4.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| native-helper-4.0.0.pom | |
| native-helper-4.0.0.jar | 39 KB |
| native-helper-4.0.0-sources.jar | 17 KB |
| native-helper-4.0.0-javadoc.jar | 112 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/native-helper/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>native-helper</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/native-helper/
implementation 'com.github.mike10004:native-helper:4.0.0'
// https://jarcasting.com/artifacts/com.github.mike10004/native-helper/
implementation ("com.github.mike10004:native-helper:4.0.0")
'com.github.mike10004:native-helper:jar:4.0.0'
<dependency org="com.github.mike10004" name="native-helper" rev="4.0.0">
<artifact name="native-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='native-helper', version='4.0.0')
)
libraryDependencies += "com.github.mike10004" % "native-helper" % "4.0.0"
[com.github.mike10004/native-helper "4.0.0"]