Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdcom.github.igor-suhorukov |
ArtifactId | ArtifactIdgroovy-grape-aether |
Version | Version2.4.5.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.igor-suhorukov/groovy-grape-aether/ -->
<dependency>
<groupId>com.github.igor-suhorukov</groupId>
<artifactId>groovy-grape-aether</artifactId>
<version>2.4.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.igor-suhorukov/groovy-grape-aether/
implementation 'com.github.igor-suhorukov:groovy-grape-aether:2.4.5.4'
// https://jarcasting.com/artifacts/com.github.igor-suhorukov/groovy-grape-aether/
implementation ("com.github.igor-suhorukov:groovy-grape-aether:2.4.5.4")
'com.github.igor-suhorukov:groovy-grape-aether:jar:2.4.5.4'
<dependency org="com.github.igor-suhorukov" name="groovy-grape-aether" rev="2.4.5.4">
<artifact name="groovy-grape-aether" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.igor-suhorukov', module='groovy-grape-aether', version='2.4.5.4')
)
libraryDependencies += "com.github.igor-suhorukov" % "groovy-grape-aether" % "2.4.5.4"
[com.github.igor-suhorukov/groovy-grape-aether "2.4.5.4"]