<dependency> <groupId>com.amihaiemil.web</groupId> <artifactId>eo-yaml</artifactId> <version>5.1.8</version> </dependency>
implementation 'com.amihaiemil.web:eo-yaml:5.1.8'
implementation("com.amihaiemil.web:eo-yaml:5.1.8")
libraryDependencies += "com.amihaiemil.web" % "eo-yaml" % "5.1.8"
@Grapes( @Grab(group='com.amihaiemil.web', module='eo-yaml', version='5.1.8') )
<dependency org="com.amihaiemil.web" name="eo-yaml" rev="5.1.8" />
[com.amihaiemil.web/eo-yaml "5.1.8"]
'com.amihaiemil.web:eo-yaml:jar:5.1.8'
test
|-- junit:junit:4.13.1
|-- org.mockito:mockito-all:1.9.5
|-- org.hamcrest:hamcrest-all:1.3
|-- commons-io:commons-io:2.5