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