License |
License |
---|---|
GroupId | GroupIdcom.link-intersystems.commons |
ArtifactId | ArtifactIdlis-commons-graph |
Version | Version1.3.0 |
Type | Typejar |
Description |
DescriptionGraph
Link Intersystems Commons Graph (lis-commons-graph) is a collection of reusable software components
that provide support for graph and tree related programming tasks, such as models and search algorithms.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
lis-commons-graph-1.3.0.pom | |
lis-commons-graph-1.3.0.jar | 29 KB |
lis-commons-graph-1.3.0-tests.jar | 27 KB |
lis-commons-graph-1.3.0-sources.jar | 17 KB |
lis-commons-graph-1.3.0-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.link-intersystems.commons/lis-commons-graph/ -->
<dependency>
<groupId>com.link-intersystems.commons</groupId>
<artifactId>lis-commons-graph</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.link-intersystems.commons/lis-commons-graph/
implementation 'com.link-intersystems.commons:lis-commons-graph:1.3.0'
// https://jarcasting.com/artifacts/com.link-intersystems.commons/lis-commons-graph/
implementation ("com.link-intersystems.commons:lis-commons-graph:1.3.0")
'com.link-intersystems.commons:lis-commons-graph:jar:1.3.0'
<dependency org="com.link-intersystems.commons" name="lis-commons-graph" rev="1.3.0">
<artifact name="lis-commons-graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.link-intersystems.commons', module='lis-commons-graph', version='1.3.0')
)
libraryDependencies += "com.link-intersystems.commons" % "lis-commons-graph" % "1.3.0"
[com.link-intersystems.commons/lis-commons-graph "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.junit.platform : junit-platform-suite | jar | |
org.mockito : mockito-core | jar | 4.4.0 |