| License |
License |
|---|---|
| GroupId | GroupIdcom.puresoltechnologies.graphs |
| ArtifactId | ArtifactIdgraph |
| Version | Version2.0.1 |
| Type | Typejar |
| Description |
DescriptionGraphs - graph
PureSol Technologies' commons libraries
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| graph-2.0.1.pom | |
| graph-2.0.1.jar | 9 KB |
| graph-2.0.1-sources.jar | 9 KB |
| graph-2.0.1-javadoc.jar | 430 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.puresoltechnologies.graphs/graph/ -->
<dependency>
<groupId>com.puresoltechnologies.graphs</groupId>
<artifactId>graph</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.puresoltechnologies.graphs/graph/
implementation 'com.puresoltechnologies.graphs:graph:2.0.1'
// https://jarcasting.com/artifacts/com.puresoltechnologies.graphs/graph/
implementation ("com.puresoltechnologies.graphs:graph:2.0.1")
'com.puresoltechnologies.graphs:graph:jar:2.0.1'
<dependency org="com.puresoltechnologies.graphs" name="graph" rev="2.0.1">
<artifact name="graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.puresoltechnologies.graphs', module='graph', version='2.0.1')
)
libraryDependencies += "com.puresoltechnologies.graphs" % "graph" % "2.0.1"
[com.puresoltechnologies.graphs/graph "2.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.4.2 |
| org.mockito : mockito-core | jar | 2.27.0 |