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