is not current version
Last Version 1.0.5

cn.smallbun.screw:screw-core 1.0.1


GroupId

GroupId

cn.smallbun.screw
ArtifactId

ArtifactId

screw-core
Version

Version

1.0.1
Type

Type

jar

Download screw-core 1.0.1


<!-- https://jarcasting.com/artifacts/cn.smallbun.screw/screw-core/ -->
<dependency>
    <groupId>cn.smallbun.screw</groupId>
    <artifactId>screw-core</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.smallbun.screw/screw-core/
implementation 'cn.smallbun.screw:screw-core:1.0.1'
// https://jarcasting.com/artifacts/cn.smallbun.screw/screw-core/
implementation ("cn.smallbun.screw:screw-core:1.0.1")
'cn.smallbun.screw:screw-core:jar:1.0.1'
<dependency org="cn.smallbun.screw" name="screw-core" rev="1.0.1">
  <artifact name="screw-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.smallbun.screw', module='screw-core', version='1.0.1')
)
libraryDependencies += "cn.smallbun.screw" % "screw-core" % "1.0.1"
[cn.smallbun.screw/screw-core "1.0.1"]