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