GroupId | GroupIdorg.simplericity |
---|---|
ArtifactId | ArtifactIdserberuhs |
Version | Version1.16 |
Type | Typejar |
Filename | Size |
---|---|
serberuhs-1.16.pom | |
serberuhs-1.16.jar | 155 KB |
serberuhs-1.16-sources.jar | 10 KB |
serberuhs-1.16-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.simplericity/serberuhs/ -->
<dependency>
<groupId>org.simplericity</groupId>
<artifactId>serberuhs</artifactId>
<version>1.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.simplericity/serberuhs/
implementation 'org.simplericity:serberuhs:1.16'
// https://jarcasting.com/artifacts/org.simplericity/serberuhs/
implementation ("org.simplericity:serberuhs:1.16")
'org.simplericity:serberuhs:jar:1.16'
<dependency org="org.simplericity" name="serberuhs" rev="1.16">
<artifact name="serberuhs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simplericity', module='serberuhs', version='1.16')
)
libraryDependencies += "org.simplericity" % "serberuhs" % "1.16"
[org.simplericity/serberuhs "1.16"]