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