| GroupId | GroupIdcn.smallbun.screw |
|---|---|
| ArtifactId | ArtifactIdscrew |
| Version | Version1.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| screw-1.0.1.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.smallbun.screw/screw/ -->
<dependency>
<groupId>cn.smallbun.screw</groupId>
<artifactId>screw</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.smallbun.screw/screw/
implementation 'cn.smallbun.screw:screw:1.0.1'
// https://jarcasting.com/artifacts/cn.smallbun.screw/screw/
implementation ("cn.smallbun.screw:screw:1.0.1")
'cn.smallbun.screw:screw:pom:1.0.1'
<dependency org="cn.smallbun.screw" name="screw" rev="1.0.1">
<artifact name="screw" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.smallbun.screw', module='screw', version='1.0.1')
)
libraryDependencies += "cn.smallbun.screw" % "screw" % "1.0.1"
[cn.smallbun.screw/screw "1.0.1"]