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