Categories |
CategoriesData ORM |
---|---|
GroupId | GroupIdcom.abubusoft |
ArtifactId | ArtifactIdkripton-dataformat-yaml |
Version | Version4.0.0-rc.18 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.abubusoft/kripton-dataformat-yaml/ -->
<dependency>
<groupId>com.abubusoft</groupId>
<artifactId>kripton-dataformat-yaml</artifactId>
<version>4.0.0-rc.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.abubusoft/kripton-dataformat-yaml/
implementation 'com.abubusoft:kripton-dataformat-yaml:4.0.0-rc.18'
// https://jarcasting.com/artifacts/com.abubusoft/kripton-dataformat-yaml/
implementation ("com.abubusoft:kripton-dataformat-yaml:4.0.0-rc.18")
'com.abubusoft:kripton-dataformat-yaml:jar:4.0.0-rc.18'
<dependency org="com.abubusoft" name="kripton-dataformat-yaml" rev="4.0.0-rc.18">
<artifact name="kripton-dataformat-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.abubusoft', module='kripton-dataformat-yaml', version='4.0.0-rc.18')
)
libraryDependencies += "com.abubusoft" % "kripton-dataformat-yaml" % "4.0.0-rc.18"
[com.abubusoft/kripton-dataformat-yaml "4.0.0-rc.18"]