GroupId | GroupIdcom.amihaiemil.web |
---|---|
ArtifactId | ArtifactIdeo-yaml |
Version | Version5.1.0 |
Type | Typejar |
Filename | Size |
---|---|
eo-yaml-5.1.0.pom | |
eo-yaml-5.1.0.jar | 90 KB |
eo-yaml-5.1.0-sources.jar | 119 KB |
eo-yaml-5.1.0-javadoc.jar | 565 KB |
eo-yaml-5.1.0-jar-with-dependencies.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.amihaiemil.web/eo-yaml/ -->
<dependency>
<groupId>com.amihaiemil.web</groupId>
<artifactId>eo-yaml</artifactId>
<version>5.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.amihaiemil.web/eo-yaml/
implementation 'com.amihaiemil.web:eo-yaml:5.1.0'
// https://jarcasting.com/artifacts/com.amihaiemil.web/eo-yaml/
implementation ("com.amihaiemil.web:eo-yaml:5.1.0")
'com.amihaiemil.web:eo-yaml:jar:5.1.0'
<dependency org="com.amihaiemil.web" name="eo-yaml" rev="5.1.0">
<artifact name="eo-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amihaiemil.web', module='eo-yaml', version='5.1.0')
)
libraryDependencies += "com.amihaiemil.web" % "eo-yaml" % "5.1.0"
[com.amihaiemil.web/eo-yaml "5.1.0"]