GroupId | GroupIdio.restx |
---|---|
ArtifactId | ArtifactIdrestx-md-fragments |
Version | Version0.35 |
Type | Typejar |
Filename | Size |
---|---|
restx-md-fragments-0.35.pom | |
restx-md-fragments-0.35.jar | 3 KB |
restx-md-fragments-0.35-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.restx/restx-md-fragments/ -->
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-md-fragments</artifactId>
<version>0.35</version>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-md-fragments/
implementation 'io.restx:restx-md-fragments:0.35'
// https://jarcasting.com/artifacts/io.restx/restx-md-fragments/
implementation ("io.restx:restx-md-fragments:0.35")
'io.restx:restx-md-fragments:jar:0.35'
<dependency org="io.restx" name="restx-md-fragments" rev="0.35">
<artifact name="restx-md-fragments" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-md-fragments', version='0.35')
)
libraryDependencies += "io.restx" % "restx-md-fragments" % "0.35"
[io.restx/restx-md-fragments "0.35"]