Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.redpipe |
ArtifactId | ArtifactIdredpipe-example-helloworld |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.redpipe/redpipe-example-helloworld/ -->
<dependency>
<groupId>net.redpipe</groupId>
<artifactId>redpipe-example-helloworld</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.redpipe/redpipe-example-helloworld/
implementation 'net.redpipe:redpipe-example-helloworld:0.0.1'
// https://jarcasting.com/artifacts/net.redpipe/redpipe-example-helloworld/
implementation ("net.redpipe:redpipe-example-helloworld:0.0.1")
'net.redpipe:redpipe-example-helloworld:jar:0.0.1'
<dependency org="net.redpipe" name="redpipe-example-helloworld" rev="0.0.1">
<artifact name="redpipe-example-helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.redpipe', module='redpipe-example-helloworld', version='0.0.1')
)
libraryDependencies += "net.redpipe" % "redpipe-example-helloworld" % "0.0.1"
[net.redpipe/redpipe-example-helloworld "0.0.1"]