<dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-manifests</artifactId> <version>0.7</version> </dependency>
implementation 'com.jcabi:jcabi-manifests:0.7'
implementation("com.jcabi:jcabi-manifests:0.7")
libraryDependencies += "com.jcabi" % "jcabi-manifests" % "0.7"
@Grapes( @Grab(group='com.jcabi', module='jcabi-manifests', version='0.7') )
<dependency org="com.jcabi" name="jcabi-manifests" rev="0.7" />
[com.jcabi/jcabi-manifests "0.7"]
'com.jcabi:jcabi-manifests:jar:0.7'
<parent> <groupId>com.jcabi</groupId> <artifactId>jcabi</artifactId> <version>0.7</version> </parent>
compile
|-- com.jcabi:jcabi-log:0.7
|-- com.jcabi:jcabi-aspects
|-- javax.validation:validation-api
|-- org.hibernate:hibernate-validator
|-- org.aspectj:aspectjrt
|-- commons-lang:commons-lang
|-- commons-io:commons-io
|-- junit:junit-dep
|-- org.hamcrest:hamcrest-core
|-- org.hamcrest:hamcrest-library
|-- org.mockito:mockito-core
|-- org.slf4j:slf4j-log4j12
|-- log4j:log4j
provided
|-- javax.servlet:servlet-api:2.4