GroupId | GroupIdio.apigee.trireme |
---|---|
ArtifactId | ArtifactIdtrireme-shell |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
trireme-shell-0.9.0.pom | |
trireme-shell-0.9.0.jar | 13 KB |
trireme-shell-0.9.0-tests.jar | 5 KB |
trireme-shell-0.9.0-sources.jar | 8 KB |
trireme-shell-0.9.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.apigee.trireme/trireme-shell/ -->
<dependency>
<groupId>io.apigee.trireme</groupId>
<artifactId>trireme-shell</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.apigee.trireme/trireme-shell/
implementation 'io.apigee.trireme:trireme-shell:0.9.0'
// https://jarcasting.com/artifacts/io.apigee.trireme/trireme-shell/
implementation ("io.apigee.trireme:trireme-shell:0.9.0")
'io.apigee.trireme:trireme-shell:jar:0.9.0'
<dependency org="io.apigee.trireme" name="trireme-shell" rev="0.9.0">
<artifact name="trireme-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.apigee.trireme', module='trireme-shell', version='0.9.0')
)
libraryDependencies += "io.apigee.trireme" % "trireme-shell" % "0.9.0"
[io.apigee.trireme/trireme-shell "0.9.0"]