GroupId | GroupIdorg.dynaresume |
---|---|
ArtifactId | ArtifactIdaether-fitnesse-widget |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.dynaresume/aether-fitnesse-widget/ -->
<dependency>
<groupId>org.dynaresume</groupId>
<artifactId>aether-fitnesse-widget</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dynaresume/aether-fitnesse-widget/
implementation 'org.dynaresume:aether-fitnesse-widget:1.0.0'
// https://jarcasting.com/artifacts/org.dynaresume/aether-fitnesse-widget/
implementation ("org.dynaresume:aether-fitnesse-widget:1.0.0")
'org.dynaresume:aether-fitnesse-widget:jar:1.0.0'
<dependency org="org.dynaresume" name="aether-fitnesse-widget" rev="1.0.0">
<artifact name="aether-fitnesse-widget" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dynaresume', module='aether-fitnesse-widget', version='1.0.0')
)
libraryDependencies += "org.dynaresume" % "aether-fitnesse-widget" % "1.0.0"
[org.dynaresume/aether-fitnesse-widget "1.0.0"]