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