| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesKotlin Languages | 
        
| GroupId | GroupIdcom.github.frtu.archetype | 
    
| ArtifactId | ArtifactIdkotlin-plt-stream-project-archetype | 
    
| Last Version | Last Version1.2.4 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionkotlin platform stream with spring-cloud project archetype 
            kotlin platform stream with spring-cloud project archetype 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.frtu.archetype/kotlin-plt-stream-project-archetype/ -->
<dependency>
    <groupId>com.github.frtu.archetype</groupId>
    <artifactId>kotlin-plt-stream-project-archetype</artifactId>
    <version>1.2.4</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.frtu.archetype/kotlin-plt-stream-project-archetype/
implementation 'com.github.frtu.archetype:kotlin-plt-stream-project-archetype:1.2.4'
                // https://jarcasting.com/artifacts/com.github.frtu.archetype/kotlin-plt-stream-project-archetype/
implementation ("com.github.frtu.archetype:kotlin-plt-stream-project-archetype:1.2.4")
                'com.github.frtu.archetype:kotlin-plt-stream-project-archetype:jar:1.2.4'
                <dependency org="com.github.frtu.archetype" name="kotlin-plt-stream-project-archetype" rev="1.2.4">
  <artifact name="kotlin-plt-stream-project-archetype" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.frtu.archetype', module='kotlin-plt-stream-project-archetype', version='1.2.4')
)
                libraryDependencies += "com.github.frtu.archetype" % "kotlin-plt-stream-project-archetype" % "1.2.4"
                [com.github.frtu.archetype/kotlin-plt-stream-project-archetype "1.2.4"]