Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.github.roneetshaw |
ArtifactId | ArtifactIdexperimental-native-image-support |
Version | Version0.0.22 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.roneetshaw/experimental-native-image-support/ -->
<dependency>
<groupId>com.github.roneetshaw</groupId>
<artifactId>experimental-native-image-support</artifactId>
<version>0.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.roneetshaw/experimental-native-image-support/
implementation 'com.github.roneetshaw:experimental-native-image-support:0.0.22'
// https://jarcasting.com/artifacts/com.github.roneetshaw/experimental-native-image-support/
implementation ("com.github.roneetshaw:experimental-native-image-support:0.0.22")
'com.github.roneetshaw:experimental-native-image-support:jar:0.0.22'
<dependency org="com.github.roneetshaw" name="experimental-native-image-support" rev="0.0.22">
<artifact name="experimental-native-image-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.roneetshaw', module='experimental-native-image-support', version='0.0.22')
)
libraryDependencies += "com.github.roneetshaw" % "experimental-native-image-support" % "0.0.22"
[com.github.roneetshaw/experimental-native-image-support "0.0.22"]