GroupId | GroupIdcom.spiwer |
---|---|
ArtifactId | ArtifactIdstandard |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
standard-1.0.1.pom | |
standard-1.0.1.jar | 53 KB |
standard-1.0.1-sources.jar | 23 KB |
standard-1.0.1-javadoc.jar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spiwer/standard/ -->
<dependency>
<groupId>com.spiwer</groupId>
<artifactId>standard</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.spiwer/standard/
implementation 'com.spiwer:standard:1.0.1'
// https://jarcasting.com/artifacts/com.spiwer/standard/
implementation ("com.spiwer:standard:1.0.1")
'com.spiwer:standard:jar:1.0.1'
<dependency org="com.spiwer" name="standard" rev="1.0.1">
<artifact name="standard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spiwer', module='standard', version='1.0.1')
)
libraryDependencies += "com.spiwer" % "standard" % "1.0.1"
[com.spiwer/standard "1.0.1"]