GroupId | GroupIdcn.smallbun.screw |
---|---|
ArtifactId | ArtifactIdscrew-core |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
screw-core-1.0.2.pom | |
screw-core-1.0.2.jar | 181 KB |
screw-core-1.0.2-sources.jar | 182 KB |
screw-core-1.0.2-javadoc.jar | 677 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.smallbun.screw/screw-core/ -->
<dependency>
<groupId>cn.smallbun.screw</groupId>
<artifactId>screw-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.smallbun.screw/screw-core/
implementation 'cn.smallbun.screw:screw-core:1.0.2'
// https://jarcasting.com/artifacts/cn.smallbun.screw/screw-core/
implementation ("cn.smallbun.screw:screw-core:1.0.2")
'cn.smallbun.screw:screw-core:jar:1.0.2'
<dependency org="cn.smallbun.screw" name="screw-core" rev="1.0.2">
<artifact name="screw-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.smallbun.screw', module='screw-core', version='1.0.2')
)
libraryDependencies += "cn.smallbun.screw" % "screw-core" % "1.0.2"
[cn.smallbun.screw/screw-core "1.0.2"]