License |
License |
---|---|
Categories |
CategoriesIntelliJ IDEA Development Tools IDE Maven Build Tools |
GroupId | GroupIdcom.danhaywood.mavendeps |
ArtifactId | ArtifactIdisisintellij |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncom.danhaywood.mavendeps:isisintellij
Defines a module that can be used to run an Apache Isis webapp from within IntelliJ.
|
Project URL |
Project URL |
Filename | Size |
---|---|
isisintellij-0.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.danhaywood.mavendeps/isisintellij/ -->
<dependency>
<groupId>com.danhaywood.mavendeps</groupId>
<artifactId>isisintellij</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.danhaywood.mavendeps/isisintellij/
implementation 'com.danhaywood.mavendeps:isisintellij:0.0.1'
// https://jarcasting.com/artifacts/com.danhaywood.mavendeps/isisintellij/
implementation ("com.danhaywood.mavendeps:isisintellij:0.0.1")
'com.danhaywood.mavendeps:isisintellij:pom:0.0.1'
<dependency org="com.danhaywood.mavendeps" name="isisintellij" rev="0.0.1">
<artifact name="isisintellij" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.danhaywood.mavendeps', module='isisintellij', version='0.0.1')
)
libraryDependencies += "com.danhaywood.mavendeps" % "isisintellij" % "0.0.1"
[com.danhaywood.mavendeps/isisintellij "0.0.1"]