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