Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.phaedra |
ArtifactId | ArtifactIdphaedra-examples |
Version | Version0.6 |
Type | Typewar |
Filename | Size |
---|---|
phaedra-examples-0.6.pom | |
phaedra-examples-0.6.war | 14 MB |
phaedra-examples-0.6-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.phaedra/phaedra-examples/ -->
<dependency>
<groupId>net.phaedra</groupId>
<artifactId>phaedra-examples</artifactId>
<version>0.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.phaedra/phaedra-examples/
implementation 'net.phaedra:phaedra-examples:0.6'
// https://jarcasting.com/artifacts/net.phaedra/phaedra-examples/
implementation ("net.phaedra:phaedra-examples:0.6")
'net.phaedra:phaedra-examples:war:0.6'
<dependency org="net.phaedra" name="phaedra-examples" rev="0.6">
<artifact name="phaedra-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='net.phaedra', module='phaedra-examples', version='0.6')
)
libraryDependencies += "net.phaedra" % "phaedra-examples" % "0.6"
[net.phaedra/phaedra-examples "0.6"]