Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdde.jensklingenberg.cabret |
ArtifactId | ArtifactIdcabret-compiler-plugin-native |
Version | Version1.0.4-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.jensklingenberg.cabret/cabret-compiler-plugin-native/ -->
<dependency>
<groupId>de.jensklingenberg.cabret</groupId>
<artifactId>cabret-compiler-plugin-native</artifactId>
<version>1.0.4-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/de.jensklingenberg.cabret/cabret-compiler-plugin-native/
implementation 'de.jensklingenberg.cabret:cabret-compiler-plugin-native:1.0.4-RC1'
// https://jarcasting.com/artifacts/de.jensklingenberg.cabret/cabret-compiler-plugin-native/
implementation ("de.jensklingenberg.cabret:cabret-compiler-plugin-native:1.0.4-RC1")
'de.jensklingenberg.cabret:cabret-compiler-plugin-native:jar:1.0.4-RC1'
<dependency org="de.jensklingenberg.cabret" name="cabret-compiler-plugin-native" rev="1.0.4-RC1">
<artifact name="cabret-compiler-plugin-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.jensklingenberg.cabret', module='cabret-compiler-plugin-native', version='1.0.4-RC1')
)
libraryDependencies += "de.jensklingenberg.cabret" % "cabret-compiler-plugin-native" % "1.0.4-RC1"
[de.jensklingenberg.cabret/cabret-compiler-plugin-native "1.0.4-RC1"]