GroupId | GroupIdio.xlate |
---|---|
ArtifactId | ArtifactIdstaedi |
Version | Version1.9.3 |
Type | Typejar |
Filename | Size |
---|---|
staedi-1.9.3.pom | |
staedi-1.9.3.jar | 248 KB |
staedi-1.9.3-sources.jar | 165 KB |
staedi-1.9.3-javadoc.jar | 597 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.xlate/staedi/ -->
<dependency>
<groupId>io.xlate</groupId>
<artifactId>staedi</artifactId>
<version>1.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.xlate/staedi/
implementation 'io.xlate:staedi:1.9.3'
// https://jarcasting.com/artifacts/io.xlate/staedi/
implementation ("io.xlate:staedi:1.9.3")
'io.xlate:staedi:jar:1.9.3'
<dependency org="io.xlate" name="staedi" rev="1.9.3">
<artifact name="staedi" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.xlate', module='staedi', version='1.9.3')
)
libraryDependencies += "io.xlate" % "staedi" % "1.9.3"
[io.xlate/staedi "1.9.3"]