Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.cayenne.tutorials |
ArtifactId | ArtifactIdtutorial-rop-client-http2 |
Version | Version4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.cayenne.tutorials/tutorial-rop-client-http2/ -->
<dependency>
<groupId>org.apache.cayenne.tutorials</groupId>
<artifactId>tutorial-rop-client-http2</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cayenne.tutorials/tutorial-rop-client-http2/
implementation 'org.apache.cayenne.tutorials:tutorial-rop-client-http2:4.0'
// https://jarcasting.com/artifacts/org.apache.cayenne.tutorials/tutorial-rop-client-http2/
implementation ("org.apache.cayenne.tutorials:tutorial-rop-client-http2:4.0")
'org.apache.cayenne.tutorials:tutorial-rop-client-http2:jar:4.0'
<dependency org="org.apache.cayenne.tutorials" name="tutorial-rop-client-http2" rev="4.0">
<artifact name="tutorial-rop-client-http2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cayenne.tutorials', module='tutorial-rop-client-http2', version='4.0')
)
libraryDependencies += "org.apache.cayenne.tutorials" % "tutorial-rop-client-http2" % "4.0"
[org.apache.cayenne.tutorials/tutorial-rop-client-http2 "4.0"]