<dependency> <groupId>org.qsardb.storage</groupId> <artifactId>directory</artifactId> <version>1.0.0</version> </dependency>
implementation 'org.qsardb.storage:directory:1.0.0'
implementation("org.qsardb.storage:directory:1.0.0")
libraryDependencies += "org.qsardb.storage" % "directory" % "1.0.0"
@Grapes( @Grab(group='org.qsardb.storage', module='directory', version='1.0.0') )
<dependency org="org.qsardb.storage" name="directory" rev="1.0.0" />
[org.qsardb.storage/directory "1.0.0"]
'org.qsardb.storage:directory:jar:1.0.0'
<parent> <groupId>org.qsardb</groupId> <artifactId>storage</artifactId> <version>1.0.0</version> </parent>
compile
|-- org.qsardb:model