License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.danhaywood.mavendeps |
ArtifactId | ArtifactIdisiswebapp |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncom.danhaywood.mavendeps:isiswebapp
Defines a module that can be used as a single dependency for running an Apache Isis webapp (Wicket, Restful Objects and Shiro security)
|
Project URL |
Project URL |
Filename | Size |
---|---|
isiswebapp-0.0.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.danhaywood.mavendeps/isiswebapp/ -->
<dependency>
<groupId>com.danhaywood.mavendeps</groupId>
<artifactId>isiswebapp</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.danhaywood.mavendeps/isiswebapp/
implementation 'com.danhaywood.mavendeps:isiswebapp:0.0.2'
// https://jarcasting.com/artifacts/com.danhaywood.mavendeps/isiswebapp/
implementation ("com.danhaywood.mavendeps:isiswebapp:0.0.2")
'com.danhaywood.mavendeps:isiswebapp:pom:0.0.2'
<dependency org="com.danhaywood.mavendeps" name="isiswebapp" rev="0.0.2">
<artifact name="isiswebapp" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.danhaywood.mavendeps', module='isiswebapp', version='0.0.2')
)
libraryDependencies += "com.danhaywood.mavendeps" % "isiswebapp" % "0.0.2"
[com.danhaywood.mavendeps/isiswebapp "0.0.2"]