Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.mardao |
ArtifactId | ArtifactIdmardao-gae |
Version | Version3.0.10 |
Type | Typejar |
Filename | Size |
---|---|
mardao-gae-3.0.10.pom | |
mardao-gae-3.0.10.jar | 10 KB |
mardao-gae-3.0.10-sources.jar | 3 KB |
mardao-gae-3.0.10-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.mardao/mardao-gae/ -->
<dependency>
<groupId>net.sf.mardao</groupId>
<artifactId>mardao-gae</artifactId>
<version>3.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.mardao/mardao-gae/
implementation 'net.sf.mardao:mardao-gae:3.0.10'
// https://jarcasting.com/artifacts/net.sf.mardao/mardao-gae/
implementation ("net.sf.mardao:mardao-gae:3.0.10")
'net.sf.mardao:mardao-gae:jar:3.0.10'
<dependency org="net.sf.mardao" name="mardao-gae" rev="3.0.10">
<artifact name="mardao-gae" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.mardao', module='mardao-gae', version='3.0.10')
)
libraryDependencies += "net.sf.mardao" % "mardao-gae" % "3.0.10"
[net.sf.mardao/mardao-gae "3.0.10"]