<dependency> <groupId>uk.ac.cam.ch.opsin</groupId> <artifactId>opsin-core</artifactId> <version>2.3.0</version> </dependency>
implementation 'uk.ac.cam.ch.opsin:opsin-core:2.3.0'
implementation("uk.ac.cam.ch.opsin:opsin-core:2.3.0")
libraryDependencies += "uk.ac.cam.ch.opsin" % "opsin-core" % "2.3.0"
@Grapes( @Grab(group='uk.ac.cam.ch.opsin', module='opsin-core', version='2.3.0') )
<dependency org="uk.ac.cam.ch.opsin" name="opsin-core" rev="2.3.0" />
[uk.ac.cam.ch.opsin/opsin-core "2.3.0"]
'uk.ac.cam.ch.opsin:opsin-core:jar:2.3.0'
<parent> <groupId>uk.ac.cam.ch.opsin</groupId> <artifactId>opsin</artifactId> <version>2.3.0</version> </parent>
compile
|-- dk.brics.automaton:automaton
|-- org.codehaus.woodstox:woodstox-core-asl
|-- commons-io:commons-io
|-- commons-cli:commons-cli
|-- log4j:log4j
test
|-- junit:junit
|-- org.mockito:mockito-all