Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.github.yhcheng.ppc64native |
ArtifactId | ArtifactIdppc64native |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
ppc64native-0.2.0.pom | |
ppc64native-0.2.0.jar | 6 KB |
ppc64native-0.2.0-sources.jar | 4 KB |
ppc64native-0.2.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yhcheng.ppc64native/ppc64native/ -->
<dependency>
<groupId>com.github.yhcheng.ppc64native</groupId>
<artifactId>ppc64native</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yhcheng.ppc64native/ppc64native/
implementation 'com.github.yhcheng.ppc64native:ppc64native:0.2.0'
// https://jarcasting.com/artifacts/com.github.yhcheng.ppc64native/ppc64native/
implementation ("com.github.yhcheng.ppc64native:ppc64native:0.2.0")
'com.github.yhcheng.ppc64native:ppc64native:jar:0.2.0'
<dependency org="com.github.yhcheng.ppc64native" name="ppc64native" rev="0.2.0">
<artifact name="ppc64native" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yhcheng.ppc64native', module='ppc64native', version='0.2.0')
)
libraryDependencies += "com.github.yhcheng.ppc64native" % "ppc64native" % "0.2.0"
[com.github.yhcheng.ppc64native/ppc64native "0.2.0"]