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