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