License |
License |
---|---|
GroupId | GroupIdcom.illucit |
ArtifactId | ArtifactIdillucit-parent |
Version | Version4 |
Type | Typepom |
Description |
DescriptionillucIT Maven parent
Parent Maven artifact for all illucIT projects with Maven.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
illucit-parent-4.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.illucit/illucit-parent/ -->
<dependency>
<groupId>com.illucit</groupId>
<artifactId>illucit-parent</artifactId>
<version>4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.illucit/illucit-parent/
implementation 'com.illucit:illucit-parent:4'
// https://jarcasting.com/artifacts/com.illucit/illucit-parent/
implementation ("com.illucit:illucit-parent:4")
'com.illucit:illucit-parent:pom:4'
<dependency org="com.illucit" name="illucit-parent" rev="4">
<artifact name="illucit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.illucit', module='illucit-parent', version='4')
)
libraryDependencies += "com.illucit" % "illucit-parent" % "4"
[com.illucit/illucit-parent "4"]