Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sinodawn |
ArtifactId | ArtifactIdsinoc-common |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
sinoc-common-0.0.2.pom | |
sinoc-common-0.0.2.jar | 7 MB |
sinoc-common-0.0.2-sources.jar | 10 KB |
sinoc-common-0.0.2-javadoc.jar | 166 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sinodawn/sinoc-common/ -->
<dependency>
<groupId>net.sinodawn</groupId>
<artifactId>sinoc-common</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sinodawn/sinoc-common/
implementation 'net.sinodawn:sinoc-common:0.0.2'
// https://jarcasting.com/artifacts/net.sinodawn/sinoc-common/
implementation ("net.sinodawn:sinoc-common:0.0.2")
'net.sinodawn:sinoc-common:jar:0.0.2'
<dependency org="net.sinodawn" name="sinoc-common" rev="0.0.2">
<artifact name="sinoc-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sinodawn', module='sinoc-common', version='0.0.2')
)
libraryDependencies += "net.sinodawn" % "sinoc-common" % "0.0.2"
[net.sinodawn/sinoc-common "0.0.2"]