GroupId | GroupIdorg.apache.sis |
---|---|
ArtifactId | ArtifactIdprofiles |
Version | Version0.7 |
Type | Typepom |
Filename | Size |
---|---|
profiles-0.7.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.sis/profiles/ -->
<dependency>
<groupId>org.apache.sis</groupId>
<artifactId>profiles</artifactId>
<version>0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sis/profiles/
implementation 'org.apache.sis:profiles:0.7'
// https://jarcasting.com/artifacts/org.apache.sis/profiles/
implementation ("org.apache.sis:profiles:0.7")
'org.apache.sis:profiles:pom:0.7'
<dependency org="org.apache.sis" name="profiles" rev="0.7">
<artifact name="profiles" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.sis', module='profiles', version='0.7')
)
libraryDependencies += "org.apache.sis" % "profiles" % "0.7"
[org.apache.sis/profiles "0.7"]