Categories |
CategoriesMirror Application Layer Libs Introspection |
---|---|
GroupId | GroupIdorg.swisspush |
ArtifactId | ArtifactIdrest-mirror |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
rest-mirror-2.1.3.pom | |
rest-mirror-2.1.3.jar | 11 KB |
rest-mirror-2.1.3-sources.jar | 5 KB |
rest-mirror-2.1.3-mod.zip | 177 KB |
rest-mirror-2.1.3-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.swisspush/rest-mirror/ -->
<dependency>
<groupId>org.swisspush</groupId>
<artifactId>rest-mirror</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.swisspush/rest-mirror/
implementation 'org.swisspush:rest-mirror:2.1.3'
// https://jarcasting.com/artifacts/org.swisspush/rest-mirror/
implementation ("org.swisspush:rest-mirror:2.1.3")
'org.swisspush:rest-mirror:jar:2.1.3'
<dependency org="org.swisspush" name="rest-mirror" rev="2.1.3">
<artifact name="rest-mirror" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.swisspush', module='rest-mirror', version='2.1.3')
)
libraryDependencies += "org.swisspush" % "rest-mirror" % "2.1.3"
[org.swisspush/rest-mirror "2.1.3"]