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