Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdcom.apifortress |
ArtifactId | ArtifactIdgroovy-path-walker |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
groovy-path-walker-1.0.0.pom | |
groovy-path-walker-1.0.0.jar | 18 KB |
groovy-path-walker-1.0.0-sources.jar | 7 KB |
groovy-path-walker-1.0.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.apifortress/groovy-path-walker/ -->
<dependency>
<groupId>com.apifortress</groupId>
<artifactId>groovy-path-walker</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.apifortress/groovy-path-walker/
implementation 'com.apifortress:groovy-path-walker:1.0.0'
// https://jarcasting.com/artifacts/com.apifortress/groovy-path-walker/
implementation ("com.apifortress:groovy-path-walker:1.0.0")
'com.apifortress:groovy-path-walker:jar:1.0.0'
<dependency org="com.apifortress" name="groovy-path-walker" rev="1.0.0">
<artifact name="groovy-path-walker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.apifortress', module='groovy-path-walker', version='1.0.0')
)
libraryDependencies += "com.apifortress" % "groovy-path-walker" % "1.0.0"
[com.apifortress/groovy-path-walker "1.0.0"]