GroupId | GroupIdcom.github.bordertech.wcomponents |
---|---|
ArtifactId | ArtifactIdwcomponents-app-archetype |
Version | Version1.4.21 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-app-archetype/ -->
<dependency>
<groupId>com.github.bordertech.wcomponents</groupId>
<artifactId>wcomponents-app-archetype</artifactId>
<version>1.4.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-app-archetype/
implementation 'com.github.bordertech.wcomponents:wcomponents-app-archetype:1.4.21'
// https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-app-archetype/
implementation ("com.github.bordertech.wcomponents:wcomponents-app-archetype:1.4.21")
'com.github.bordertech.wcomponents:wcomponents-app-archetype:jar:1.4.21'
<dependency org="com.github.bordertech.wcomponents" name="wcomponents-app-archetype" rev="1.4.21">
<artifact name="wcomponents-app-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.wcomponents', module='wcomponents-app-archetype', version='1.4.21')
)
libraryDependencies += "com.github.bordertech.wcomponents" % "wcomponents-app-archetype" % "1.4.21"
[com.github.bordertech.wcomponents/wcomponents-app-archetype "1.4.21"]