<dependency> <groupId>org.openrndr</groupId> <artifactId>openrndr-shape</artifactId> <version>0.4.2-rc.2</version> </dependency>
implementation 'org.openrndr:openrndr-shape:0.4.2-rc.2'
implementation("org.openrndr:openrndr-shape:0.4.2-rc.2")
libraryDependencies += "org.openrndr" % "openrndr-shape" % "0.4.2-rc.2"
@Grapes( @Grab(group='org.openrndr', module='openrndr-shape', version='0.4.2-rc.2') )
<dependency org="org.openrndr" name="openrndr-shape" rev="0.4.2-rc.2" />
[org.openrndr/openrndr-shape "0.4.2-rc.2"]
'org.openrndr:openrndr-shape:jar:0.4.2-rc.2'
runtime
|-- org.openrndr:openrndr-math:0.4.2-rc.2
|-- org.openrndr:openrndr-color:0.4.2-rc.2
|-- org.openrndr:openrndr-utils:0.4.2-rc.2
|-- org.openrndr:openrndr-ktessellation:0.4.2-rc.2