Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdorg.bitbucket.cowwoc.requirements |
ArtifactId | ArtifactIdnatives |
Version | Version4.0.6-RC |
Type | Typejar |
Filename | Size |
---|---|
natives-4.0.6-RC.pom | |
natives-4.0.6-RC.jar | 16 KB |
natives-4.0.6-RC-windows-x86_64.jar | 13 KB |
natives-4.0.6-RC-sources.jar | 17 KB |
natives-4.0.6-RC-mac-x86_64.jar | 7 KB |
natives-4.0.6-RC-linux-x86_64.jar | 8 KB |
natives-4.0.6-RC-javadoc.jar | 441 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.cowwoc.requirements/natives/ -->
<dependency>
<groupId>org.bitbucket.cowwoc.requirements</groupId>
<artifactId>natives</artifactId>
<version>4.0.6-RC</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc.requirements/natives/
implementation 'org.bitbucket.cowwoc.requirements:natives:4.0.6-RC'
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc.requirements/natives/
implementation ("org.bitbucket.cowwoc.requirements:natives:4.0.6-RC")
'org.bitbucket.cowwoc.requirements:natives:jar:4.0.6-RC'
<dependency org="org.bitbucket.cowwoc.requirements" name="natives" rev="4.0.6-RC">
<artifact name="natives" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cowwoc.requirements', module='natives', version='4.0.6-RC')
)
libraryDependencies += "org.bitbucket.cowwoc.requirements" % "natives" % "4.0.6-RC"
[org.bitbucket.cowwoc.requirements/natives "4.0.6-RC"]