License |
License |
---|---|
GroupId | GroupIdcom.arcbees.archetypes |
ArtifactId | ArtifactIdarchetypes-parent |
Version | Version1.5.3 |
Type | Typepom |
Description |
DescriptionArchetypes Parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Project Organization |
Project OrganizationArcBees |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
archetypes-parent-1.5.3.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arcbees.archetypes/archetypes-parent/ -->
<dependency>
<groupId>com.arcbees.archetypes</groupId>
<artifactId>archetypes-parent</artifactId>
<version>1.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.arcbees.archetypes/archetypes-parent/
implementation 'com.arcbees.archetypes:archetypes-parent:1.5.3'
// https://jarcasting.com/artifacts/com.arcbees.archetypes/archetypes-parent/
implementation ("com.arcbees.archetypes:archetypes-parent:1.5.3")
'com.arcbees.archetypes:archetypes-parent:pom:1.5.3'
<dependency org="com.arcbees.archetypes" name="archetypes-parent" rev="1.5.3">
<artifact name="archetypes-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.arcbees.archetypes', module='archetypes-parent', version='1.5.3')
)
libraryDependencies += "com.arcbees.archetypes" % "archetypes-parent" % "1.5.3"
[com.arcbees.archetypes/archetypes-parent "1.5.3"]