| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdcom.simonecangialosi |
| ArtifactId | ArtifactIdnetgraph |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.simonecangialosi:netgraph
Calculate the position of connected graphs with non-directional edges to avoid overlapping.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| netgraph-0.1.0.pom | |
| netgraph-0.1.0.jar | 41 KB |
| netgraph-0.1.0-sources.jar | 9 KB |
| netgraph-0.1.0-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.simonecangialosi/netgraph/ -->
<dependency>
<groupId>com.simonecangialosi</groupId>
<artifactId>netgraph</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.simonecangialosi/netgraph/
implementation 'com.simonecangialosi:netgraph:0.1.0'
// https://jarcasting.com/artifacts/com.simonecangialosi/netgraph/
implementation ("com.simonecangialosi:netgraph:0.1.0")
'com.simonecangialosi:netgraph:jar:0.1.0'
<dependency org="com.simonecangialosi" name="netgraph" rev="0.1.0">
<artifact name="netgraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.simonecangialosi', module='netgraph', version='0.1.0')
)
libraryDependencies += "com.simonecangialosi" % "netgraph" % "0.1.0"
[com.simonecangialosi/netgraph "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.31 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.31 |