| License |
License |
|---|---|
| GroupId | GroupIdse.vgregion.common |
| ArtifactId | ArtifactIdprofile |
| Last Version | Last Version2.17 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionprofile
Corporate POM for projects in the oppna-program community.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| profile-2.17.pom | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.vgregion.common/profile/ -->
<dependency>
<groupId>se.vgregion.common</groupId>
<artifactId>profile</artifactId>
<version>2.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.vgregion.common/profile/
implementation 'se.vgregion.common:profile:2.17'
// https://jarcasting.com/artifacts/se.vgregion.common/profile/
implementation ("se.vgregion.common:profile:2.17")
'se.vgregion.common:profile:pom:2.17'
<dependency org="se.vgregion.common" name="profile" rev="2.17">
<artifact name="profile" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.vgregion.common', module='profile', version='2.17')
)
libraryDependencies += "se.vgregion.common" % "profile" % "2.17"
[se.vgregion.common/profile "2.17"]