<dependency> <groupId>org.boofcv</groupId> <artifactId>boofcv-reconstruction</artifactId> <version>0.44</version> </dependency>
implementation 'org.boofcv:boofcv-reconstruction:0.44'
implementation("org.boofcv:boofcv-reconstruction:0.44")
libraryDependencies += "org.boofcv" % "boofcv-reconstruction" % "0.44"
@Grapes( @Grab(group='org.boofcv', module='boofcv-reconstruction', version='0.44') )
<dependency org="org.boofcv" name="boofcv-reconstruction" rev="0.44" />
[org.boofcv/boofcv-reconstruction "0.44"]
'org.boofcv:boofcv-reconstruction:jar:0.44'
compile
|-- org.georegression:georegression:0.26.1
|-- org.ddogleg:ddogleg:0.23
|-- net.sf.trove4j:trove4j:3.0.3
|-- org.boofcv:boofcv-recognition:0.44
|-- org.boofcv:boofcv-sfm:0.44