Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdorg.jbrew.native |
ArtifactId | ArtifactIdnative |
Version | Version0.1.0-beta.4 |
Type | Typepom |
Filename | Size |
---|---|
native-0.1.0-beta.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jbrew.native/native/ -->
<dependency>
<groupId>org.jbrew.native</groupId>
<artifactId>native</artifactId>
<version>0.1.0-beta.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jbrew.native/native/
implementation 'org.jbrew.native:native:0.1.0-beta.4'
// https://jarcasting.com/artifacts/org.jbrew.native/native/
implementation ("org.jbrew.native:native:0.1.0-beta.4")
'org.jbrew.native:native:pom:0.1.0-beta.4'
<dependency org="org.jbrew.native" name="native" rev="0.1.0-beta.4">
<artifact name="native" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jbrew.native', module='native', version='0.1.0-beta.4')
)
libraryDependencies += "org.jbrew.native" % "native" % "0.1.0-beta.4"
[org.jbrew.native/native "0.1.0-beta.4"]