License |
License |
---|---|
GroupId | GroupIdorg.fluttercode.knappsack |
ArtifactId | ArtifactIdknappsack-parent |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKnappsack Archetypes Build Aggregator
Aggregator and parent to the Knappsack archetype modules.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
knappsack-parent-1.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fluttercode.knappsack/knappsack-parent/ -->
<dependency>
<groupId>org.fluttercode.knappsack</groupId>
<artifactId>knappsack-parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fluttercode.knappsack/knappsack-parent/
implementation 'org.fluttercode.knappsack:knappsack-parent:1.1'
// https://jarcasting.com/artifacts/org.fluttercode.knappsack/knappsack-parent/
implementation ("org.fluttercode.knappsack:knappsack-parent:1.1")
'org.fluttercode.knappsack:knappsack-parent:pom:1.1'
<dependency org="org.fluttercode.knappsack" name="knappsack-parent" rev="1.1">
<artifact name="knappsack-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fluttercode.knappsack', module='knappsack-parent', version='1.1')
)
libraryDependencies += "org.fluttercode.knappsack" % "knappsack-parent" % "1.1"
[org.fluttercode.knappsack/knappsack-parent "1.1"]