Categories |
CategoriesNet Native Development Tools |
---|---|
GroupId | GroupIdcom.github.fommil.netlib |
ArtifactId | ArtifactIdnative_ref |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
native_ref-1.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fommil.netlib/native_ref/ -->
<dependency>
<groupId>com.github.fommil.netlib</groupId>
<artifactId>native_ref</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fommil.netlib/native_ref/
implementation 'com.github.fommil.netlib:native_ref:1.0'
// https://jarcasting.com/artifacts/com.github.fommil.netlib/native_ref/
implementation ("com.github.fommil.netlib:native_ref:1.0")
'com.github.fommil.netlib:native_ref:pom:1.0'
<dependency org="com.github.fommil.netlib" name="native_ref" rev="1.0">
<artifact name="native_ref" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fommil.netlib', module='native_ref', version='1.0')
)
libraryDependencies += "com.github.fommil.netlib" % "native_ref" % "1.0"
[com.github.fommil.netlib/native_ref "1.0"]