GroupId | GroupIdorg.apache.stratos |
---|---|
ArtifactId | ArtifactIdcep-features |
Version | Version4.1.1 |
Type | Typepom |
Filename | Size |
---|---|
cep-features-4.1.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.stratos/cep-features/ -->
<dependency>
<groupId>org.apache.stratos</groupId>
<artifactId>cep-features</artifactId>
<version>4.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.stratos/cep-features/
implementation 'org.apache.stratos:cep-features:4.1.1'
// https://jarcasting.com/artifacts/org.apache.stratos/cep-features/
implementation ("org.apache.stratos:cep-features:4.1.1")
'org.apache.stratos:cep-features:pom:4.1.1'
<dependency org="org.apache.stratos" name="cep-features" rev="4.1.1">
<artifact name="cep-features" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.stratos', module='cep-features', version='4.1.1')
)
libraryDependencies += "org.apache.stratos" % "cep-features" % "4.1.1"
[org.apache.stratos/cep-features "4.1.1"]