GroupId | GroupIdorg.wso2.ei |
---|---|
ArtifactId | ArtifactIdei-profile |
Version | Version6.1.1-update10 |
Type | Typepom |
Filename | Size |
---|---|
ei-profile-6.1.1-update10.pom | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.ei/ei-profile/ -->
<dependency>
<groupId>org.wso2.ei</groupId>
<artifactId>ei-profile</artifactId>
<version>6.1.1-update10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.ei/ei-profile/
implementation 'org.wso2.ei:ei-profile:6.1.1-update10'
// https://jarcasting.com/artifacts/org.wso2.ei/ei-profile/
implementation ("org.wso2.ei:ei-profile:6.1.1-update10")
'org.wso2.ei:ei-profile:pom:6.1.1-update10'
<dependency org="org.wso2.ei" name="ei-profile" rev="6.1.1-update10">
<artifact name="ei-profile" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.ei', module='ei-profile', version='6.1.1-update10')
)
libraryDependencies += "org.wso2.ei" % "ei-profile" % "6.1.1-update10"
[org.wso2.ei/ei-profile "6.1.1-update10"]