Last Version

Iterators 1.0

Bresenham’s line drawing algorithm implementation in 2D and 3D dimensions

License

License

GroupId

GroupId

org.jmmo
ArtifactId

ArtifactId

bresenham-line
Version

Version

1.0
Type

Type

jar
Description

Description

Iterators
Bresenham’s line drawing algorithm implementation in 2D and 3D dimensions
Project URL

Project URL

https://github.com/Megaprog/BresenhamLine
Source Code Management

Source Code Management

https://github.com/Megaprog/BresenhamLine

Download bresenham-line 1.0


<!-- https://jarcasting.com/artifacts/org.jmmo/bresenham-line/ -->
<dependency>
    <groupId>org.jmmo</groupId>
    <artifactId>bresenham-line</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmmo/bresenham-line/
implementation 'org.jmmo:bresenham-line:1.0'
// https://jarcasting.com/artifacts/org.jmmo/bresenham-line/
implementation ("org.jmmo:bresenham-line:1.0")
'org.jmmo:bresenham-line:jar:1.0'
<dependency org="org.jmmo" name="bresenham-line" rev="1.0">
  <artifact name="bresenham-line" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmmo', module='bresenham-line', version='1.0')
)
libraryDependencies += "org.jmmo" % "bresenham-line" % "1.0"
[org.jmmo/bresenham-line "1.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.