Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.dloud.stand |
ArtifactId | ArtifactIdstand-all |
Version | Version0.7.0.0 |
Type | Typejar |
Filename | Size |
---|---|
stand-all-0.7.0.0.pom | 31 KB |
stand-all-0.7.0.0-javadoc.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.dloud.stand/stand-all/ -->
<dependency>
<groupId>net.dloud.stand</groupId>
<artifactId>stand-all</artifactId>
<version>0.7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.dloud.stand/stand-all/
implementation 'net.dloud.stand:stand-all:0.7.0.0'
// https://jarcasting.com/artifacts/net.dloud.stand/stand-all/
implementation ("net.dloud.stand:stand-all:0.7.0.0")
'net.dloud.stand:stand-all:jar:0.7.0.0'
<dependency org="net.dloud.stand" name="stand-all" rev="0.7.0.0">
<artifact name="stand-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dloud.stand', module='stand-all', version='0.7.0.0')
)
libraryDependencies += "net.dloud.stand" % "stand-all" % "0.7.0.0"
[net.dloud.stand/stand-all "0.7.0.0"]