Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.phaedra |
ArtifactId | ArtifactIdphaedra-commons |
Version | Version0.6.2 |
Type | Typejar |
Filename | Size |
---|---|
phaedra-commons-0.6.2.pom | |
phaedra-commons-0.6.2.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.phaedra/phaedra-commons/ -->
<dependency>
<groupId>net.phaedra</groupId>
<artifactId>phaedra-commons</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.phaedra/phaedra-commons/
implementation 'net.phaedra:phaedra-commons:0.6.2'
// https://jarcasting.com/artifacts/net.phaedra/phaedra-commons/
implementation ("net.phaedra:phaedra-commons:0.6.2")
'net.phaedra:phaedra-commons:jar:0.6.2'
<dependency org="net.phaedra" name="phaedra-commons" rev="0.6.2">
<artifact name="phaedra-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.phaedra', module='phaedra-commons', version='0.6.2')
)
libraryDependencies += "net.phaedra" % "phaedra-commons" % "0.6.2"
[net.phaedra/phaedra-commons "0.6.2"]