License |
License |
---|---|
GroupId | GroupIdcom.smb-tec.xo.archetypes |
ArtifactId | ArtifactIdparent |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionXO Archetypes
This project provides several Maven archetypes for eXtended Objects (XO).
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-0.0.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smb-tec.xo.archetypes/parent/ -->
<dependency>
<groupId>com.smb-tec.xo.archetypes</groupId>
<artifactId>parent</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.smb-tec.xo.archetypes/parent/
implementation 'com.smb-tec.xo.archetypes:parent:0.0.2'
// https://jarcasting.com/artifacts/com.smb-tec.xo.archetypes/parent/
implementation ("com.smb-tec.xo.archetypes:parent:0.0.2")
'com.smb-tec.xo.archetypes:parent:pom:0.0.2'
<dependency org="com.smb-tec.xo.archetypes" name="parent" rev="0.0.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.smb-tec.xo.archetypes', module='parent', version='0.0.2')
)
libraryDependencies += "com.smb-tec.xo.archetypes" % "parent" % "0.0.2"
[com.smb-tec.xo.archetypes/parent "0.0.2"]