Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.open-esb.core |
ArtifactId | ArtifactIdframework-core |
Version | Version2.4.0 |
Type | Typejar |
Filename | Size |
---|---|
framework-core-2.4.0.pom | |
framework-core-2.4.0.jar | 202 KB |
framework-core-2.4.0-sources.jar | 205 KB |
framework-core-2.4.0-javadoc.jar | 243 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.open-esb.core/framework-core/ -->
<dependency>
<groupId>net.open-esb.core</groupId>
<artifactId>framework-core</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.open-esb.core/framework-core/
implementation 'net.open-esb.core:framework-core:2.4.0'
// https://jarcasting.com/artifacts/net.open-esb.core/framework-core/
implementation ("net.open-esb.core:framework-core:2.4.0")
'net.open-esb.core:framework-core:jar:2.4.0'
<dependency org="net.open-esb.core" name="framework-core" rev="2.4.0">
<artifact name="framework-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.open-esb.core', module='framework-core', version='2.4.0')
)
libraryDependencies += "net.open-esb.core" % "framework-core" % "2.4.0"
[net.open-esb.core/framework-core "2.4.0"]