GroupId | GroupIdcom.pig4cloud.screw |
---|---|
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/com.pig4cloud.screw/screw-core/ -->
<dependency>
<groupId>com.pig4cloud.screw</groupId>
<artifactId>screw-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.pig4cloud.screw/screw-core/
implementation 'com.pig4cloud.screw:screw-core:0.0.1'
// https://jarcasting.com/artifacts/com.pig4cloud.screw/screw-core/
implementation ("com.pig4cloud.screw:screw-core:0.0.1")
'com.pig4cloud.screw:screw-core:jar:0.0.1'
<dependency org="com.pig4cloud.screw" name="screw-core" rev="0.0.1">
<artifact name="screw-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pig4cloud.screw', module='screw-core', version='0.0.1')
)
libraryDependencies += "com.pig4cloud.screw" % "screw-core" % "0.0.1"
[com.pig4cloud.screw/screw-core "0.0.1"]