| GroupId | GroupIdcom.github.dufafei |
|---|---|
| ArtifactId | ArtifactIddag |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| dag-1.0.0.pom | |
| dag-1.0.0.jar | 15 KB |
| dag-1.0.0-sources.jar | 8 KB |
| dag-1.0.0-javadoc.jar | 90 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dufafei/dag/ -->
<dependency>
<groupId>com.github.dufafei</groupId>
<artifactId>dag</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dufafei/dag/
implementation 'com.github.dufafei:dag:1.0.0'
// https://jarcasting.com/artifacts/com.github.dufafei/dag/
implementation ("com.github.dufafei:dag:1.0.0")
'com.github.dufafei:dag:jar:1.0.0'
<dependency org="com.github.dufafei" name="dag" rev="1.0.0">
<artifact name="dag" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dufafei', module='dag', version='1.0.0')
)
libraryDependencies += "com.github.dufafei" % "dag" % "1.0.0"
[com.github.dufafei/dag "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
| org.tinyjee.jgraphx : jgraphx | jar | 1.10.1.3 |
| org.apache.commons : commons-lang3 | jar | 3.9 |