| License |
License |
|---|---|
| GroupId | GroupIdcom.dreizak |
| ArtifactId | ArtifactIdminiball |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMiniball
Smallest enclosing ball of a point set
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| miniball-1.0.3.pom | |
| miniball-1.0.3.jar | 14 KB |
| miniball-1.0.3-sources.jar | 14 KB |
| miniball-1.0.3-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dreizak/miniball/ -->
<dependency>
<groupId>com.dreizak</groupId>
<artifactId>miniball</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.dreizak/miniball/
implementation 'com.dreizak:miniball:1.0.3'
// https://jarcasting.com/artifacts/com.dreizak/miniball/
implementation ("com.dreizak:miniball:1.0.3")
'com.dreizak:miniball:jar:1.0.3'
<dependency org="com.dreizak" name="miniball" rev="1.0.3">
<artifact name="miniball" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dreizak', module='miniball', version='1.0.3')
)
libraryDependencies += "com.dreizak" % "miniball" % "1.0.3"
[com.dreizak/miniball "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8 |
| com.google.guava : guava | jar | 14.0.1 |