License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.daanvdh.javadataflow |
ArtifactId | ArtifactIdJavaDataFlow |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavaDataFlow
Creating Data Flow Graphs from java input classes
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
JavaDataFlow-0.0.4.pom | |
JavaDataFlow-0.0.4.jar | 59 KB |
JavaDataFlow-0.0.4-sources.jar | 34 KB |
JavaDataFlow-0.0.4-javadoc.jar | 188 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.daanvdh.javadataflow/JavaDataFlow/ -->
<dependency>
<groupId>com.github.daanvdh.javadataflow</groupId>
<artifactId>JavaDataFlow</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.daanvdh.javadataflow/JavaDataFlow/
implementation 'com.github.daanvdh.javadataflow:JavaDataFlow:0.0.4'
// https://jarcasting.com/artifacts/com.github.daanvdh.javadataflow/JavaDataFlow/
implementation ("com.github.daanvdh.javadataflow:JavaDataFlow:0.0.4")
'com.github.daanvdh.javadataflow:JavaDataFlow:jar:0.0.4'
<dependency org="com.github.daanvdh.javadataflow" name="JavaDataFlow" rev="0.0.4">
<artifact name="JavaDataFlow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.daanvdh.javadataflow', module='JavaDataFlow', version='0.0.4')
)
libraryDependencies += "com.github.daanvdh.javadataflow" % "JavaDataFlow" % "0.0.4"
[com.github.daanvdh.javadataflow/JavaDataFlow "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.github.javaparser : javaparser-symbol-solver-core | jar | 3.15.4 |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
ch.qos.logback : logback-classic | jar | 1.3.0-alpha4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.9.5 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |