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