| GroupId | GroupIdcom.zandero |
|---|---|
| ArtifactId | ArtifactIdrest.context |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rest.context-1.0.pom | |
| rest.context-1.0.jar | 6 KB |
| rest.context-1.0-sources.jar | 5 KB |
| rest.context-1.0-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zandero/rest.context/ -->
<dependency>
<groupId>com.zandero</groupId>
<artifactId>rest.context</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zandero/rest.context/
implementation 'com.zandero:rest.context:1.0'
// https://jarcasting.com/artifacts/com.zandero/rest.context/
implementation ("com.zandero:rest.context:1.0")
'com.zandero:rest.context:jar:1.0'
<dependency org="com.zandero" name="rest.context" rev="1.0">
<artifact name="rest.context" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zandero', module='rest.context', version='1.0')
)
libraryDependencies += "com.zandero" % "rest.context" % "1.0"
[com.zandero/rest.context "1.0"]