GroupId | GroupIdcn.smallbun.screw |
---|---|
ArtifactId | ArtifactIdscrew-core |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
screw-core-1.0.1.pom | |
screw-core-1.0.1.jar | 162 KB |
screw-core-1.0.1-sources.jar | 167 KB |
screw-core-1.0.1-javadoc.jar | 635 KB |
Browse |
<!-- 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"]