License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.frtu.archetype |
ArtifactId | ArtifactIdext-kotlin |
Last Version | Last Version1.2.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKotlin Sub projects archetype
Kotlin Sub projects archetype
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ext-kotlin-1.2.4.pom | 714 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.frtu.archetype/ext-kotlin/ -->
<dependency>
<groupId>com.github.frtu.archetype</groupId>
<artifactId>ext-kotlin</artifactId>
<version>1.2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.archetype/ext-kotlin/
implementation 'com.github.frtu.archetype:ext-kotlin:1.2.4'
// https://jarcasting.com/artifacts/com.github.frtu.archetype/ext-kotlin/
implementation ("com.github.frtu.archetype:ext-kotlin:1.2.4")
'com.github.frtu.archetype:ext-kotlin:pom:1.2.4'
<dependency org="com.github.frtu.archetype" name="ext-kotlin" rev="1.2.4">
<artifact name="ext-kotlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.archetype', module='ext-kotlin', version='1.2.4')
)
libraryDependencies += "com.github.frtu.archetype" % "ext-kotlin" % "1.2.4"
[com.github.frtu.archetype/ext-kotlin "1.2.4"]