| GroupId | GroupIdcom.github.wisebrains.archetypes |
|---|---|
| ArtifactId | ArtifactIdwise-archetypes-parent |
| Version | Version1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| wise-archetypes-parent-1.0.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wisebrains.archetypes/wise-archetypes-parent/ -->
<dependency>
<groupId>com.github.wisebrains.archetypes</groupId>
<artifactId>wise-archetypes-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wisebrains.archetypes/wise-archetypes-parent/
implementation 'com.github.wisebrains.archetypes:wise-archetypes-parent:1.0'
// https://jarcasting.com/artifacts/com.github.wisebrains.archetypes/wise-archetypes-parent/
implementation ("com.github.wisebrains.archetypes:wise-archetypes-parent:1.0")
'com.github.wisebrains.archetypes:wise-archetypes-parent:pom:1.0'
<dependency org="com.github.wisebrains.archetypes" name="wise-archetypes-parent" rev="1.0">
<artifact name="wise-archetypes-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.wisebrains.archetypes', module='wise-archetypes-parent', version='1.0')
)
libraryDependencies += "com.github.wisebrains.archetypes" % "wise-archetypes-parent" % "1.0"
[com.github.wisebrains.archetypes/wise-archetypes-parent "1.0"]