| License |
License |
|---|---|
| GroupId | GroupIdcom.mastfrog |
| ArtifactId | ArtifactIdgraph |
| Version | Version2.7.2 |
| Type | Typejar |
| Description |
DescriptionShared configuration for Giulius, Acteur and
related projects
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationMastfrog Technologies |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| graph-2.7.2.pom | |
| graph-2.7.2.jar | 90 KB |
| graph-2.7.2-sources.jar | 47 KB |
| graph-2.7.2-javadoc.jar | 180 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/graph/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>graph</artifactId>
<version>2.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/graph/
implementation 'com.mastfrog:graph:2.7.2'
// https://jarcasting.com/artifacts/com.mastfrog/graph/
implementation ("com.mastfrog:graph:2.7.2")
'com.mastfrog:graph:jar:2.7.2'
<dependency org="com.mastfrog" name="graph" rev="2.7.2">
<artifact name="graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='graph', version='2.7.2')
)
libraryDependencies += "com.mastfrog" % "graph" % "2.7.2"
[com.mastfrog/graph "2.7.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.mastfrog : bits | jar | 2.7.2 |
| com.mastfrog : function | jar | 2.7.2 |
| com.mastfrog : abstractions | jar | 2.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |