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