GroupId | GroupIdcom.gestalt.jbi.components.common |
---|---|
ArtifactId | ArtifactIdcommon-jbi-runtime |
Version | Version0.9.3 |
Type | Typejar |
Filename | Size |
---|---|
common-jbi-runtime-0.9.3.pom | |
common-jbi-runtime-0.9.3.jar | 45 KB |
common-jbi-runtime-0.9.3-sources.jar | 30 KB |
common-jbi-runtime-0.9.3-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gestalt.jbi.components.common/common-jbi-runtime/ -->
<dependency>
<groupId>com.gestalt.jbi.components.common</groupId>
<artifactId>common-jbi-runtime</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gestalt.jbi.components.common/common-jbi-runtime/
implementation 'com.gestalt.jbi.components.common:common-jbi-runtime:0.9.3'
// https://jarcasting.com/artifacts/com.gestalt.jbi.components.common/common-jbi-runtime/
implementation ("com.gestalt.jbi.components.common:common-jbi-runtime:0.9.3")
'com.gestalt.jbi.components.common:common-jbi-runtime:jar:0.9.3'
<dependency org="com.gestalt.jbi.components.common" name="common-jbi-runtime" rev="0.9.3">
<artifact name="common-jbi-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gestalt.jbi.components.common', module='common-jbi-runtime', version='0.9.3')
)
libraryDependencies += "com.gestalt.jbi.components.common" % "common-jbi-runtime" % "0.9.3"
[com.gestalt.jbi.components.common/common-jbi-runtime "0.9.3"]