Categories |
CategoriesUnity Business Logic Libraries Game Development |
---|---|
GroupId | GroupIdorg.odpi.egeria |
ArtifactId | ArtifactIdcommunity-profile |
Version | Version0.2 |
Type | Typepom |
Filename | Size |
---|---|
community-profile-0.2.pom | 1012 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/community-profile/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>community-profile</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/community-profile/
implementation 'org.odpi.egeria:community-profile:0.2'
// https://jarcasting.com/artifacts/org.odpi.egeria/community-profile/
implementation ("org.odpi.egeria:community-profile:0.2")
'org.odpi.egeria:community-profile:pom:0.2'
<dependency org="org.odpi.egeria" name="community-profile" rev="0.2">
<artifact name="community-profile" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='community-profile', version='0.2')
)
libraryDependencies += "org.odpi.egeria" % "community-profile" % "0.2"
[org.odpi.egeria/community-profile "0.2"]