License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.redpipe |
ArtifactId | ArtifactIdredpipe-example-helloworld |
Version | Version0.0.2 |
Type | Typejar |
Description |
Descriptionredpipe-example-helloworld
Redpipe Web Framework
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/net.redpipe/redpipe-example-helloworld/ -->
<dependency>
<groupId>net.redpipe</groupId>
<artifactId>redpipe-example-helloworld</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.redpipe/redpipe-example-helloworld/
implementation 'net.redpipe:redpipe-example-helloworld:0.0.2'
// https://jarcasting.com/artifacts/net.redpipe/redpipe-example-helloworld/
implementation ("net.redpipe:redpipe-example-helloworld:0.0.2")
'net.redpipe:redpipe-example-helloworld:jar:0.0.2'
<dependency org="net.redpipe" name="redpipe-example-helloworld" rev="0.0.2">
<artifact name="redpipe-example-helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.redpipe', module='redpipe-example-helloworld', version='0.0.2')
)
libraryDependencies += "net.redpipe" % "redpipe-example-helloworld" % "0.0.2"
[net.redpipe/redpipe-example-helloworld "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
net.redpipe : redpipe-engine | jar | 0.0.2 |
net.redpipe : redpipe-fast-classpath-scanner | jar | 0.0.2 |
net.redpipe : redpipe-fibers | jar | 0.0.2 |
net.redpipe : redpipe-router | jar | 0.0.2 |
net.redpipe : redpipe-templating-freemarker | jar | 0.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |