Categories |
CategoriesKeY Data Data Formats Formal Verification Pippo User Interface Web Frameworks |
---|---|
GroupId | GroupIdro.pippo |
ArtifactId | ArtifactIdpippo-snakeyaml |
Version | Version1.7.0 |
Type | Typejar |
Filename | Size |
---|---|
pippo-snakeyaml-1.7.0.pom | |
pippo-snakeyaml-1.7.0.jar | 3 KB |
pippo-snakeyaml-1.7.0-sources.jar | 2 KB |
pippo-snakeyaml-1.7.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ro.pippo/pippo-snakeyaml/ -->
<dependency>
<groupId>ro.pippo</groupId>
<artifactId>pippo-snakeyaml</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/ro.pippo/pippo-snakeyaml/
implementation 'ro.pippo:pippo-snakeyaml:1.7.0'
// https://jarcasting.com/artifacts/ro.pippo/pippo-snakeyaml/
implementation ("ro.pippo:pippo-snakeyaml:1.7.0")
'ro.pippo:pippo-snakeyaml:jar:1.7.0'
<dependency org="ro.pippo" name="pippo-snakeyaml" rev="1.7.0">
<artifact name="pippo-snakeyaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.pippo', module='pippo-snakeyaml', version='1.7.0')
)
libraryDependencies += "ro.pippo" % "pippo-snakeyaml" % "1.7.0"
[ro.pippo/pippo-snakeyaml "1.7.0"]