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