| License |
License |
|---|---|
| GroupId | GroupIdcom.github.ewanld.visitorj |
| ArtifactId | ArtifactIdvisitorj-runtime |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionvisitorj-runtime
Visitor generator in Java
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| visitorj-runtime-0.1.0.pom | |
| visitorj-runtime-0.1.0.jar | 14 KB |
| visitorj-runtime-0.1.0-sources.jar | 8 KB |
| visitorj-runtime-0.1.0-javadoc.jar | 73 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ewanld.visitorj/visitorj-runtime/ -->
<dependency>
<groupId>com.github.ewanld.visitorj</groupId>
<artifactId>visitorj-runtime</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ewanld.visitorj/visitorj-runtime/
implementation 'com.github.ewanld.visitorj:visitorj-runtime:0.1.0'
// https://jarcasting.com/artifacts/com.github.ewanld.visitorj/visitorj-runtime/
implementation ("com.github.ewanld.visitorj:visitorj-runtime:0.1.0")
'com.github.ewanld.visitorj:visitorj-runtime:jar:0.1.0'
<dependency org="com.github.ewanld.visitorj" name="visitorj-runtime" rev="0.1.0">
<artifact name="visitorj-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ewanld.visitorj', module='visitorj-runtime', version='0.1.0')
)
libraryDependencies += "com.github.ewanld.visitorj" % "visitorj-runtime" % "0.1.0"
[com.github.ewanld.visitorj/visitorj-runtime "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |