| Categories |
CategoriesOpenShift Container PaaS Providers |
|---|---|
| GroupId | GroupIdcom.dajudge.yabuto |
| ArtifactId | ArtifactIddialect-openshift |
| Version | Version0.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dialect-openshift-0.0.4.pom | |
| dialect-openshift-0.0.4.jar | 30 KB |
| dialect-openshift-0.0.4-sources.jar | 15 KB |
| dialect-openshift-0.0.4-javadoc.jar | 139 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dajudge.yabuto/dialect-openshift/ -->
<dependency>
<groupId>com.dajudge.yabuto</groupId>
<artifactId>dialect-openshift</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.dajudge.yabuto/dialect-openshift/
implementation 'com.dajudge.yabuto:dialect-openshift:0.0.4'
// https://jarcasting.com/artifacts/com.dajudge.yabuto/dialect-openshift/
implementation ("com.dajudge.yabuto:dialect-openshift:0.0.4")
'com.dajudge.yabuto:dialect-openshift:jar:0.0.4'
<dependency org="com.dajudge.yabuto" name="dialect-openshift" rev="0.0.4">
<artifact name="dialect-openshift" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dajudge.yabuto', module='dialect-openshift', version='0.0.4')
)
libraryDependencies += "com.dajudge.yabuto" % "dialect-openshift" % "0.0.4"
[com.dajudge.yabuto/dialect-openshift "0.0.4"]