GroupId | GroupIdtop.marchand.xml |
---|---|
ArtifactId | ArtifactIdgaulois-pipe |
Version | Version1.00.01-SIEBENTO318 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.marchand.xml/gaulois-pipe/ -->
<dependency>
<groupId>top.marchand.xml</groupId>
<artifactId>gaulois-pipe</artifactId>
<version>1.00.01-SIEBENTO318</version>
</dependency>
// https://jarcasting.com/artifacts/top.marchand.xml/gaulois-pipe/
implementation 'top.marchand.xml:gaulois-pipe:1.00.01-SIEBENTO318'
// https://jarcasting.com/artifacts/top.marchand.xml/gaulois-pipe/
implementation ("top.marchand.xml:gaulois-pipe:1.00.01-SIEBENTO318")
'top.marchand.xml:gaulois-pipe:jar:1.00.01-SIEBENTO318'
<dependency org="top.marchand.xml" name="gaulois-pipe" rev="1.00.01-SIEBENTO318">
<artifact name="gaulois-pipe" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.marchand.xml', module='gaulois-pipe', version='1.00.01-SIEBENTO318')
)
libraryDependencies += "top.marchand.xml" % "gaulois-pipe" % "1.00.01-SIEBENTO318"
[top.marchand.xml/gaulois-pipe "1.00.01-SIEBENTO318"]