GroupId | GroupIdorg.cloudfoundry.multiapps |
---|---|
ArtifactId | ArtifactIdmultiapps-common |
Version | Version2.6.2 |
Type | Typejar |
Filename | Size |
---|---|
multiapps-common-2.6.2.pom | |
multiapps-common-2.6.2.jar | 34 KB |
multiapps-common-2.6.2-sources.jar | 19 KB |
multiapps-common-2.6.2-javadoc.jar | 543 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cloudfoundry.multiapps/multiapps-common/ -->
<dependency>
<groupId>org.cloudfoundry.multiapps</groupId>
<artifactId>multiapps-common</artifactId>
<version>2.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudfoundry.multiapps/multiapps-common/
implementation 'org.cloudfoundry.multiapps:multiapps-common:2.6.2'
// https://jarcasting.com/artifacts/org.cloudfoundry.multiapps/multiapps-common/
implementation ("org.cloudfoundry.multiapps:multiapps-common:2.6.2")
'org.cloudfoundry.multiapps:multiapps-common:jar:2.6.2'
<dependency org="org.cloudfoundry.multiapps" name="multiapps-common" rev="2.6.2">
<artifact name="multiapps-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudfoundry.multiapps', module='multiapps-common', version='2.6.2')
)
libraryDependencies += "org.cloudfoundry.multiapps" % "multiapps-common" % "2.6.2"
[org.cloudfoundry.multiapps/multiapps-common "2.6.2"]