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