Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.redora |
ArtifactId | ArtifactIdredora |
Version | Version1.3 |
Type | Typepom |
Filename | Size |
---|---|
redora-1.3.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.redora/redora/ -->
<dependency>
<groupId>net.redora</groupId>
<artifactId>redora</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.redora/redora/
implementation 'net.redora:redora:1.3'
// https://jarcasting.com/artifacts/net.redora/redora/
implementation ("net.redora:redora:1.3")
'net.redora:redora:pom:1.3'
<dependency org="net.redora" name="redora" rev="1.3">
<artifact name="redora" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.redora', module='redora', version='1.3')
)
libraryDependencies += "net.redora" % "redora" % "1.3"
[net.redora/redora "1.3"]