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