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