| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesKotlin Languages | 
        
| GroupId | GroupIdcom.github.K0zka | 
    
| ArtifactId | ArtifactIdkotlin-simple-archetype | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionkotlin-simple-archetype 
            Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.github.K0zka/kotlin-simple-archetype/ -->
<dependency>
    <groupId>com.github.K0zka</groupId>
    <artifactId>kotlin-simple-archetype</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.K0zka/kotlin-simple-archetype/
implementation 'com.github.K0zka:kotlin-simple-archetype:1.0.0'
                // https://jarcasting.com/artifacts/com.github.K0zka/kotlin-simple-archetype/
implementation ("com.github.K0zka:kotlin-simple-archetype:1.0.0")
                'com.github.K0zka:kotlin-simple-archetype:jar:1.0.0'
                <dependency org="com.github.K0zka" name="kotlin-simple-archetype" rev="1.0.0">
  <artifact name="kotlin-simple-archetype" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.K0zka', module='kotlin-simple-archetype', version='1.0.0')
)
                libraryDependencies += "com.github.K0zka" % "kotlin-simple-archetype" % "1.0.0"
                [com.github.K0zka/kotlin-simple-archetype "1.0.0"]