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