Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.github.cowwoc.requirements |
ArtifactId | ArtifactIdnatives |
Version | Version6.0.2 |
Type | Typejar |
Filename | Size |
---|---|
natives-6.0.2.pom | |
natives-6.0.2.jar | 17 KB |
natives-6.0.2-windows-x86_64.jar | 12 KB |
natives-6.0.2-sources.jar | 17 KB |
natives-6.0.2-mac-x86_64.jar | 8 KB |
natives-6.0.2-linux-x86_64.jar | 11 KB |
natives-6.0.2-javadoc.jar | 443 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cowwoc.requirements/natives/ -->
<dependency>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>natives</artifactId>
<version>6.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cowwoc.requirements/natives/
implementation 'com.github.cowwoc.requirements:natives:6.0.2'
// https://jarcasting.com/artifacts/com.github.cowwoc.requirements/natives/
implementation ("com.github.cowwoc.requirements:natives:6.0.2")
'com.github.cowwoc.requirements:natives:jar:6.0.2'
<dependency org="com.github.cowwoc.requirements" name="natives" rev="6.0.2">
<artifact name="natives" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cowwoc.requirements', module='natives', version='6.0.2')
)
libraryDependencies += "com.github.cowwoc.requirements" % "natives" % "6.0.2"
[com.github.cowwoc.requirements/natives "6.0.2"]