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