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