| GroupId | GroupIdio.springboot.plugin |
|---|---|
| ArtifactId | ArtifactIdscrew |
| Version | Version0.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| screw-0.0.1.pom | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.springboot.plugin/screw/ -->
<dependency>
<groupId>io.springboot.plugin</groupId>
<artifactId>screw</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.springboot.plugin/screw/
implementation 'io.springboot.plugin:screw:0.0.1'
// https://jarcasting.com/artifacts/io.springboot.plugin/screw/
implementation ("io.springboot.plugin:screw:0.0.1")
'io.springboot.plugin:screw:pom:0.0.1'
<dependency org="io.springboot.plugin" name="screw" rev="0.0.1">
<artifact name="screw" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.springboot.plugin', module='screw', version='0.0.1')
)
libraryDependencies += "io.springboot.plugin" % "screw" % "0.0.1"
[io.springboot.plugin/screw "0.0.1"]